Searched refs:I40E_PRTDCB_GENC_NUMTC_MASK (Results 1 – 2 of 2) sorted by relevance
1488 reg &= ~I40E_PRTDCB_GENC_NUMTC_MASK; in i40e_dcb_hw_set_num_tc()1489 reg |= FIELD_PREP(I40E_PRTDCB_GENC_NUMTC_MASK, num_tc); in i40e_dcb_hw_set_num_tc()
48 #define I40E_PRTDCB_GENC_NUMTC_MASK I40E_MASK(0xF, I40E_PRTDCB_GENC_NUMTC_SHIFT) macro