Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1782 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1787 psrtype |= BIT(29); in ixgbevf_setup_psrtype()
1789 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4173 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
4183 psrtype |= 2u << 29; in ixgbe_setup_psrtype()
4185 psrtype |= 1u << 29; in ixgbe_setup_psrtype()
4188 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()