Searched refs:psrtype (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_vf_lib.c | 179 u32 psrtype = WX_VXMRQC_PSR_L2HDR | in wx_setup_psrtype_vf() local 185 wr32m(wx, WX_VXMRQC, WX_VXMRQC_PSR_MASK, WX_VXMRQC_PSR(psrtype)); in wx_setup_psrtype_vf()
|
| A D | wx_hw.c | 2054 u32 psrtype; in wx_setup_psrtype() local 2057 psrtype = WX_RDB_PL_CFG_L4HDR | in wx_setup_psrtype() 2065 wr32(wx, WX_RDB_PL_CFG(VMDQ_P(pool)), psrtype); in wx_setup_psrtype() 2068 psrtype |= WX_RDB_RSS_PL_4; in wx_setup_psrtype() 2070 psrtype |= WX_RDB_RSS_PL_2; in wx_setup_psrtype() 2073 wr32(wx, WX_RDB_PL_CFG(VMDQ_P(pool)), psrtype); in wx_setup_psrtype()
|
| /drivers/net/ethernet/intel/ixgbevf/ |
| A D | ixgbevf_main.c | 1791 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()
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_main.c | 4606 u32 psrtype = IXGBE_PSRTYPE_TCPHDR | in ixgbe_setup_psrtype() local 4616 psrtype |= 2u << 29; in ixgbe_setup_psrtype() 4618 psrtype |= 1u << 29; in ixgbe_setup_psrtype() 4621 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(pool)), psrtype); in ixgbe_setup_psrtype()
|
Completed in 31 milliseconds