Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3658 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
3668 psrtype |= 2 << 29; in ixgbe_setup_psrtype()
3670 psrtype |= 1 << 29; in ixgbe_setup_psrtype()
3673 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()
4582 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_fwd_psrtype() local
4592 psrtype |= 2 << 29; in ixgbe_fwd_psrtype()
4594 psrtype |= 1 << 29; in ixgbe_fwd_psrtype()
4596 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_fwd_psrtype()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1639 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1644 psrtype |= 1 << 29; in ixgbevf_setup_psrtype()
1646 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()