Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c3572 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
3582 psrtype |= 2 << 29; in ixgbe_setup_psrtype()
3584 psrtype |= 1 << 29; in ixgbe_setup_psrtype()
3587 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()
4472 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_fwd_psrtype() local
4482 psrtype |= 2 << 29; in ixgbe_fwd_psrtype()
4484 psrtype |= 1 << 29; in ixgbe_fwd_psrtype()
4486 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_fwd_psrtype()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1638 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1643 psrtype |= 1 << 29; in ixgbevf_setup_psrtype()
1645 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()