Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1441 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()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c1790 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()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c4154 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()