Searched refs:oce_rq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c54 static struct oce_rq *oce_rq_init(POCE_SOFTC sc,
58 static int oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq);
59 static void oce_rq_free(struct oce_rq *rq);
60 static void oce_rq_del(struct oce_rq *rq);
91 struct oce_rq *rq;
168 struct oce_rq *rq;
387 oce_rq *oce_rq_init(POCE_SOFTC sc,
392 struct oce_rq *rq;
402 rq = malloc(sizeof(struct oce_rq), M_DEVBUF, M_NOWAIT | M_ZERO);
453 oce_rq_free(struct oce_rq *r
[all...]
H A Doce_if.h737 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 *r
[all...]
H A Doce_if.c166 static void oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe);
167 static void oce_check_rx_bufs(POCE_SOFTC sc, uint32_t num_cqes, struct oce_rq *rq);
170 static void oce_rx_lro(struct oce_rq *rq, struct nic_hwlro_singleton_cqe *cqe, struct nic_hwlro_cqe_part2 *cqe2);
171 static void oce_rx_mbuf_chain(struct oce_rq *rq, struct oce_common_cqe_info *cqe_info, struct mbuf **m);
1515 oce_rx_mbuf_chain(struct oce_rq *rq, struct oce_common_cqe_info *cqe_info, struct mbuf **m)
1580 oce_rx_lro(struct oce_rq *rq, struct nic_hwlro_singleton_cqe *cqe, struct nic_hwlro_cqe_part2 *cqe2)
1661 oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe)
1759 oce_discard_rx_comp(struct oce_rq *rq, int num_frags)
1820 oce_rx_flush_lro(struct oce_rq *rq)
1868 oce_alloc_rx_bufs(struct oce_rq *r
[all...]
H A Doce_mbox.c786 struct oce_rq *rq = NULL;
1643 oce_mbox_create_rq(struct oce_rq *rq)
2277 oce_mbox_create_rq_v2(struct oce_rq *rq)

Completed in 108 milliseconds