Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c1469 reg &= ~I40E_PRTDCB_TCPMC_TCPM_MODE_MASK; in i40e_dcb_hw_pfc_config()
1472 I40E_PRTDCB_TCPMC_TCPM_MODE_MASK; in i40e_dcb_hw_pfc_config()
H A Di40e_register.h126 #define I40E_PRTDCB_TCPMC_TCPM_MODE_MASK I40E_MASK(0x1, I40E_PRTDCB_TCPMC_TCPM_MODE_SHIFT) macro