Searched refs:oce_rq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 53 static struct oce_rq *oce_rq_init(POCE_SOFTC sc, 57 static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq); 58 static void oce_rq_free(struct oce_rq *rq); 59 static void oce_rq_del(struct oce_rq *rq); 90 struct oce_rq *rq; in oce_queue_init_all() 167 struct oce_rq *rq; in oce_queue_release_all() 386 oce_rq *oce_rq_init(POCE_SOFTC sc, in oce_rq_init() 391 struct oce_rq *rq; in oce_rq_init() 401 rq = malloc(sizeof(struct oce_rq), M_DEVBUF, M_NOWAIT | M_ZERO); in oce_rq_init() 452 oce_rq_free(struct oce_rq *rq) in oce_rq_free() [all …]
|
H A D | oce_if.h | 737 struct oce_rq { struct 845 struct oce_rq *rq[OCE_MAX_RQ]; /* RX work queues */ 943 void oce_rx_flush_lro(struct oce_rq *rq); 957 int oce_clear_rx_buf(struct oce_rq *rq); 974 int oce_start_rq(struct oce_rq *rq); 984 void oce_drain_rq_cq(struct oce_rq *rq); 993 void oce_discard_rx_comp(struct oce_rq *rq, int num_frags); 994 void oce_rx_cq_clean(struct oce_rq *rq); 995 void oce_rx_cq_clean_hwlro(struct oce_rq *rq); 997 void oce_free_posted_rxbuf(struct oce_rq *rq); [all …]
|
H A D | oce_if.c | 165 static void oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe); 166 static void oce_check_rx_bufs(POCE_SOFTC sc, uint32_t num_cqes, struct oce_rq *rq); 169 static void oce_rx_lro(struct oce_rq *rq, struct nic_hwlro_singleton_cqe *cqe, struct nic_hwlro_cqe_part2 *cqe2); 170 static void oce_rx_mbuf_chain(struct oce_rq *rq, struct oce_common_cqe_info *cqe_info, struct mbuf **m); 1509 oce_rx_mbuf_chain(struct oce_rq *rq, struct oce_common_cqe_info *cqe_info, struct mbuf **m) 1574 oce_rx_lro(struct oce_rq *rq, struct nic_hwlro_singleton_cqe *cqe, struct nic_hwlro_cqe_part2 *cqe2) 1655 oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) 1753 oce_discard_rx_comp(struct oce_rq *rq, int num_frags) 1814 oce_rx_flush_lro(struct oce_rq *rq) 1862 oce_alloc_rx_bufs(struct oce_rq *r [all...] |
H A D | oce_mbox.c | 783 struct oce_rq *rq = NULL; in oce_rss_itbl_init() 1640 oce_mbox_create_rq(struct oce_rq *rq) in oce_mbox_create_rq() 2274 oce_mbox_create_rq_v2(struct oce_rq *rq) in oce_mbox_create_rq_v2()
|