Searched refs:I40E_PRTDCB_GENC_NUMTC_MASK (Results 1 – 2 of 2) sorted by relevance
1539 reg &= ~I40E_PRTDCB_GENC_NUMTC_MASK; in i40e_dcb_hw_set_num_tc()1541 I40E_PRTDCB_GENC_NUMTC_MASK; in i40e_dcb_hw_set_num_tc()1555 return (u8)((reg & I40E_PRTDCB_GENC_NUMTC_MASK) >> in i40e_dcb_hw_get_num_tc()
45 #define I40E_PRTDCB_GENC_NUMTC_MASK I40E_MASK(0xF, I40E_PRTDCB_GENC_NUMTC_SHIFT) macro