oce_rq
struct oce_rq *rq;
struct oce_rq *rq;
struct oce_rq *rq = (struct oce_rq *)arg;
oce_rxeof(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
oce_rxeoc(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
oce_flush_lro(struct oce_rq *rq)
oce_get_buf(struct oce_rq *rq)
oce_alloc_rx_bufs(struct oce_rq *rq)
struct oce_rq *rq;
struct oce_rq *rq;
struct oce_rq *rq;
struct oce_rq *
struct oce_rq *rq;
rq = malloc(sizeof(struct oce_rq), M_DEVBUF, M_NOWAIT | M_ZERO);
oce_drain_rq(struct oce_rq *rq)
oce_destroy_rq(struct oce_rq *rq)
oce_free_posted_rxbuf(struct oce_rq *rq)
struct oce_rq * sc_rq[OCE_MAX_RQ]; /* RX work queues */
oce_new_rq(struct oce_softc *sc, struct oce_rq *rq)
void oce_rxeof(struct oce_rq *, struct oce_nic_rx_cqe *);
void oce_rxeoc(struct oce_rq *, struct oce_nic_rx_cqe *);
void oce_flush_lro(struct oce_rq *);
int oce_get_buf(struct oce_rq *);
int oce_alloc_rx_bufs(struct oce_rq *);
void oce_free_posted_rxbuf(struct oce_rq *);
struct oce_rq *
void oce_drain_rq(struct oce_rq *);
void oce_destroy_rq(struct oce_rq *);
int oce_new_rq(struct oce_softc *, struct oce_rq *);
struct oce_rq *rq;