Searched refs:RING_GET_CONSUMER_ITEM_VA (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/oce/
H A Doce_queue.c1007 eqe = RING_GET_CONSUMER_ITEM_VA(eq->ring, struct oce_eqe);
1034 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_tx_cqe);
1077 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
1082 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring,
1124 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct nic_hwlro_singleton_cqe);
1202 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
H A Doce_if.c698 eqe = RING_GET_CONSUMER_ITEM_VA(eq->ring, struct oce_eqe);
1403 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_tx_cqe);
1418 RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_tx_cqe);
1978 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct nic_hwlro_singleton_cqe);
2030 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct nic_hwlro_singleton_cqe);
2055 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
2080 RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_nic_rx_cqe);
2661 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_mq_cqe);
2686 cqe = RING_GET_CONSUMER_ITEM_VA(cq->ring, struct oce_mq_cqe);
H A Doce_if.h298 #define RING_GET_CONSUMER_ITEM_VA(ring, type) \ macro

Completed in 129 milliseconds