Searched refs:DBC_DBC_INDEX_MASK (Results 1 – 2 of 2) sorted by relevance
488 indx = (info->hwq->cons & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_db()502 indx = (((info->hwq->prod / info->max_slot) & DBC_DBC_INDEX_MASK) | in bnxt_qplib_ring_prod_db()
10690 #define DBC_DBC_INDEX_MASK 0xffffffUL macro