Searched refs:oce_nic_rx_cqe (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 494 sizeof(struct oce_nic_rx_cqe), 0, 1, 0, 3); in oce_rq_create() 1067 struct oce_nic_rx_cqe *cqe; in oce_drain_rq_cq() 1074 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe); in oce_drain_rq_cq() 1080 struct oce_nic_rx_cqe); in oce_drain_rq_cq() 1188 struct oce_nic_rx_cqe *cqe; in oce_rx_cq_clean() 1199 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe); in oce_rx_cq_clean()
|
H A D | oce_if.c | 163 static int oce_cqe_vtp_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe); 164 static int oce_cqe_portid_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe); 165 static void oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe); 1655 oce_rx(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) 1779 oce_cqe_vtp_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe) 1795 oce_cqe_portid_valid(POCE_SOFTC sc, struct oce_nic_rx_cqe *cqe) 2038 struct oce_nic_rx_cqe *cqe; in oce_rq_handler() 2050 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe); in oce_rq_handler() 2075 RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe); in oce_rq_handler()
|
H A D | oce_hw.h | 2535 struct oce_nic_rx_cqe { struct
|