Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1790 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1795 psrtype |= BIT(29); in ixgbevf_setup_psrtype()
1797 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4164 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
4174 psrtype |= 2u << 29; in ixgbe_setup_psrtype()
4176 psrtype |= 1u << 29; in ixgbe_setup_psrtype()
4179 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()