Symbol: oce_rq
sys/dev/netif/oce/oce_if.c
112
static void oce_rx_flush_lro(struct oce_rq *rq);
sys/dev/netif/oce/oce_if.c
1251
oce_rx(struct oce_rq *rq, uint32_t rqe_idx, struct oce_nic_rx_cqe *cqe)
sys/dev/netif/oce/oce_if.c
1394
oce_discard_rx_comp(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
sys/dev/netif/oce/oce_if.c
1462
oce_rx_flush_lro(struct oce_rq *rq)
sys/dev/netif/oce/oce_if.c
1517
oce_alloc_rx_bufs(struct oce_rq *rq, int count)
sys/dev/netif/oce/oce_if.c
1589
struct oce_rq *rq = (struct oce_rq *)arg;
sys/dev/netif/oce/oce_if.c
1966
struct oce_rq *rq;
sys/dev/netif/oce/oce_if.c
2028
struct oce_rq *rq;
sys/dev/netif/oce/oce_if.c
82
static void oce_discard_rx_comp(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe);
sys/dev/netif/oce/oce_if.c
87
static void oce_rx(struct oce_rq *rq, uint32_t rqe_idx,
sys/dev/netif/oce/oce_if.h
1052
int oce_mbox_create_rq(struct oce_rq *rq);
sys/dev/netif/oce/oce_if.h
1084
int oce_alloc_rx_bufs(struct oce_rq *rq, int count);
sys/dev/netif/oce/oce_if.h
850
struct oce_rq *rq[OCE_MAX_RQ]; /* RX work queues */
sys/dev/netif/oce/oce_if.h
955
int oce_clear_rx_buf(struct oce_rq *rq);
sys/dev/netif/oce/oce_if.h
972
int oce_start_rq(struct oce_rq *rq);
sys/dev/netif/oce/oce_if.h
982
void oce_drain_rq_cq(struct oce_rq *rq);
sys/dev/netif/oce/oce_if.h
992
void oce_free_posted_rxbuf(struct oce_rq *rq);
sys/dev/netif/oce/oce_mbox.c
1609
oce_mbox_create_rq(struct oce_rq *rq)
sys/dev/netif/oce/oce_mbox.c
730
struct oce_rq *rq = NULL;
sys/dev/netif/oce/oce_queue.c
1125
oce_drain_rq_cq(struct oce_rq *rq)
sys/dev/netif/oce/oce_queue.c
1150
oce_free_posted_rxbuf(struct oce_rq *rq)
sys/dev/netif/oce/oce_queue.c
1179
struct oce_rq *rq;
sys/dev/netif/oce/oce_queue.c
1209
struct oce_rq *rq;
sys/dev/netif/oce/oce_queue.c
172
struct oce_rq *rq;
sys/dev/netif/oce/oce_queue.c
403
oce_rq *oce_rq_init(POCE_SOFTC sc,
sys/dev/netif/oce/oce_queue.c
408
struct oce_rq *rq;
sys/dev/netif/oce/oce_queue.c
418
rq = kmalloc(sizeof(struct oce_rq), M_DEVBUF, M_NOWAIT | M_ZERO);
sys/dev/netif/oce/oce_queue.c
477
oce_rq_free(struct oce_rq *rq)
sys/dev/netif/oce/oce_queue.c
515
oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq)
sys/dev/netif/oce/oce_queue.c
55
static struct oce_rq *oce_rq_init(POCE_SOFTC sc,
sys/dev/netif/oce/oce_queue.c
551
oce_rq_del(struct oce_rq *rq)
sys/dev/netif/oce/oce_queue.c
59
static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
sys/dev/netif/oce/oce_queue.c
60
static void oce_rq_free(struct oce_rq *rq);
sys/dev/netif/oce/oce_queue.c
61
static void oce_rq_del(struct oce_rq *rq);
sys/dev/netif/oce/oce_queue.c
94
struct oce_rq *rq;
sys/dev/netif/oce/oce_queue.c
957
oce_start_rq(struct oce_rq *rq)