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