Searched refs:psrtype (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 1441 u32 psrtype, i; in wx_configure_rx() local 1446 psrtype = WX_RDB_PL_CFG_L4HDR | in wx_configure_rx() 1450 wr32(wx, WX_RDB_PL_CFG(0), psrtype); in wx_configure_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 1798 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local 1803 psrtype |= BIT(29); in ixgbevf_setup_psrtype() 1805 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 1790 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 4162 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local 4172 psrtype |= 2u << 29; in ixgbe_setup_psrtype() 4174 psrtype |= 1u << 29; in ixgbe_setup_psrtype() 4177 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 4154 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local 4164 psrtype |= 2u << 29; in ixgbe_setup_psrtype() 4166 psrtype |= 1u << 29; in ixgbe_setup_psrtype() 4169 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()
|
Completed in 42 milliseconds