Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dcommon_hsi.h664 __le16 cqe_prod /* CQE producer. */; member
H A Decore_hsi_common.h135 __le16 cqe_prod /* CQE Producer */; member
H A Dqlnx_os.c6573 uint16_t cqe_prod; in qlnx_update_rx_prod() local
6580 cqe_prod = ecore_chain_get_prod_idx(&rxq->rx_comp_ring); in qlnx_update_rx_prod()
6584 rx_prods.rx_prod_data.cqe_prod = htole16(cqe_prod); in qlnx_update_rx_prod()
H A Decore_ll2.c1565 rx_prod.cqe_prod = OSAL_CPU_TO_LE16(cq_prod); in ecore_ll2_post_rx_buffer_notify_fw()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h7929 uint16_t cqe_prod /* Producer of the RX CQE ring */; member
7931 uint16_t cqe_prod /* Producer of the RX CQE ring */;
H A Dbxe.c9683 rx_prods.cqe_prod = rx_cq_prod; in bxe_update_rx_prod()