Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1690 u32 psrtype, i; in wx_configure_rx() local
1695 psrtype = WX_RDB_PL_CFG_L4HDR | in wx_configure_rx()
1699 wr32(wx, WX_RDB_PL_CFG(0), psrtype); in wx_configure_rx()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1789 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | IXGBE_PSRTYPE_UDPHDR | in ixgbevf_setup_psrtype() local
1794 psrtype |= BIT(29); in ixgbevf_setup_psrtype()
1796 IXGBE_WRITE_REG(hw, IXGBE_VFPSRTYPE, psrtype); in ixgbevf_setup_psrtype()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4183 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local
4193 psrtype |= 2u << 29; in ixgbe_setup_psrtype()
4195 psrtype |= 1u << 29; in ixgbe_setup_psrtype()
4198 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()