Home
last modified time | relevance | path

Searched refs:DB_RING_IDX_CMP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h1042 #define DB_RING_IDX_CMP(ring, idx) (((idx) & (ring)->db_ring_mask) | \ macro
H A Dif_bnxt.c1641 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_rx_cq()
1669 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_tx_cq()
1697 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_nq()