Lines Matching refs:oce_rq
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()
487 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) in oce_rq_create()
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()
1089 oce_free_posted_rxbuf(struct oce_rq *rq) in oce_free_posted_rxbuf()
1109 oce_rx_cq_clean_hwlro(struct oce_rq *rq) in oce_rx_cq_clean_hwlro()
1186 oce_rx_cq_clean(struct oce_rq *rq) in oce_rx_cq_clean()
1237 struct oce_rq *rq; in oce_stop_rx()
1282 struct oce_rq *rq; in oce_start_rx()