Searched refs:I40E_PRTDCB_RUP_NOVLANUP_MASK (Results 1 – 2 of 2) sorted by relevance
1456 reg &= ~I40E_PRTDCB_RUP_NOVLANUP_MASK; in i40e_dcb_hw_pfc_config()1457 reg |= FIELD_PREP(I40E_PRTDCB_RUP_NOVLANUP_MASK, first_pfc_prio); in i40e_dcb_hw_pfc_config()
91 #define I40E_PRTDCB_RUP_NOVLANUP_MASK I40E_MASK(0x7, I40E_PRTDCB_RUP_NOVLANUP_SHIFT) macro