Home
last modified time | relevance | path

Searched refs:oce_rq (Results 1 – 4 of 4) sorted by last modified time

/freebsd/sys/dev/oce/
H A Doce_mbox.c783 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()
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);
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);
1058 int oce_mbox_create_rq(struct oce_rq *rq);
[all …]
H A Doce_queue.c90 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()
452 oce_rq_free(struct oce_rq *rq) in oce_rq_free()
520 oce_rq_del(struct oce_rq *rq) in oce_rq_del()
909 oce_start_rq(struct oce_rq *rq) in oce_start_rq()
1065 oce_drain_rq_cq(struct oce_rq *rq) in oce_drain_rq_cq()
1186 oce_rx_cq_clean(struct oce_rq *rq) in oce_rx_cq_clean()
1237 struct oce_rq *rq; in oce_stop_rx()
[all …]
H A Doce_if.c165 static void oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe);
1661 oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) in oce_rx()
1759 oce_discard_rx_comp(struct oce_rq *rq, int num_frags) in oce_discard_rx_comp()
1820 oce_rx_flush_lro(struct oce_rq *rq) in oce_rx_flush_lro()
1868 oce_alloc_rx_bufs(struct oce_rq *rq, int count) in oce_alloc_rx_bufs()
1948 oce_check_rx_bufs(POCE_SOFTC sc, uint32_t num_cqes, struct oce_rq *rq) in oce_check_rx_bufs()
1967 struct oce_rq *rq = (struct oce_rq *)arg; in oce_rq_handler_lro()
2041 struct oce_rq *rq = (struct oce_rq *)arg; in oce_rq_handler()
2318 struct oce_rq *rq; in oce_eqd_set_periodic()
2522 struct oce_rq *rq; in oce_if_deactivate()
[all …]