Searched refs:CMPL_BASE_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
1570 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_admin_intr()1610 type = le16toh(cmpl->type) & CMPL_BASE_TYPE_MASK; in bnxt_intr()
669 #define CMPL_BASE_TYPE_MASK UINT32_C(0x3f) macro