Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1767 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1772 psrtype |= BIT(29); in ixgbevf_setup_psrtype()
1774 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4108 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
4118 psrtype |= 2u << 29; in ixgbe_setup_psrtype()
4120 psrtype |= 1u << 29; in ixgbe_setup_psrtype()
4123 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()