Searched refs:DBC_DBC_INDEX_MASK (Results 1 – 3 of 3) sorted by relevance
700 indx = ((info->hwq->cons & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_db()714 indx = (((info->hwq->prod / info->max_slot) & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_prod_db()
1291 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK); in bnxt_thor_db_rx_cq()1312 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK); in bnxt_thor_db_tx_cq()1333 db_msg.index = ((cons << DBC_DBC_INDEX_SFT) & DBC_DBC_INDEX_MASK); in bnxt_thor_db_nq()
86863 #define DBC_DBC_INDEX_MASK UINT32_C(0xffffff) macro