Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1856 u32 psrtype, i; in wx_configure_rx() local
1861 psrtype = WX_RDB_PL_CFG_L4HDR | in wx_configure_rx()
1865 wr32(wx, WX_RDB_PL_CFG(0), psrtype); in wx_configure_rx()
/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1791 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1796 psrtype |= BIT(29); in ixgbevf_setup_psrtype()
1798 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c4427 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
4437 psrtype |= 2u << 29; in ixgbe_setup_psrtype()
4439 psrtype |= 1u << 29; in ixgbe_setup_psrtype()
4442 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()