Home
last modified time | relevance | path

Searched refs:cqe_prod (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Dcommon_hsi.h677 __le16 cqe_prod /* CQE producer. */; member
H A Decore_hsi_common.h145 __le16 cqe_prod /* CQE Producer */; member
H A Dqlnx_os.c6836 uint16_t cqe_prod; in qlnx_update_rx_prod() local
6843 cqe_prod = ecore_chain_get_prod_idx(&rxq->rx_comp_ring); in qlnx_update_rx_prod()
6847 rx_prods.rx_prod_data.cqe_prod = htole16(cqe_prod); in qlnx_update_rx_prod()
/freebsd-12.1/sys/dev/bxe/
H A Decore_hsi.h7931 uint16_t cqe_prod /* Producer of the RX CQE ring */; member
7933 uint16_t cqe_prod /* Producer of the RX CQE ring */;
H A Dbxe.c9748 rx_prods.cqe_prod = rx_cq_prod; in bxe_update_rx_prod()