Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c1337 reg &= ~I40E_PRTDCB_RETSC_LLTC_MASK; in i40e_dcb_hw_rx_fifo_config()
1339 I40E_PRTDCB_RETSC_LLTC_MASK; in i40e_dcb_hw_rx_fifo_config()
H A Di40e_register.h70 #define I40E_PRTDCB_RETSC_LLTC_MASK I40E_MASK(0xFF, I40E_PRTDCB_RETSC_LLTC_SHIFT) macro