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.h1040 #define DB_RING_IDX_CMP(ring, idx) (((idx) & (ring)->db_ring_mask) | \ macro
H A Dif_bnxt.c1502 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_rx_cq()
1530 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_tx_cq()
1558 DB_RING_IDX_CMP(&cpr->ring, cons) | DB_TOGGLE(toggle); in bnxt_thor2_db_nq()