Home
last modified time | relevance | path

Searched refs:I40E_PRTDCB_GENC_NUMTC_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c1539 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()
Di40e_register.h45 #define I40E_PRTDCB_GENC_NUMTC_MASK I40E_MASK(0xF, I40E_PRTDCB_GENC_NUMTC_SHIFT) macro