Home
last modified time | relevance | path

Searched refs:rss_hash_type (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/scsi/fnic/
A Dvnic_nic.h49 u8 rss_default_cpu, u8 rss_hash_type, in vnic_set_nic_cfg() argument
55 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
A Dfnic_res.c181 u8 rss_hash_type, in fnic_set_nic_config() argument
190 rss_hash_type, rss_hash_bits, rss_base_cpu, in fnic_set_nic_config()
A Dfnic_res.h245 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu,
/linux/drivers/net/ethernet/cisco/enic/
A Dvnic_nic.h54 u8 rss_default_cpu, u8 rss_hash_type, in vnic_set_nic_cfg() argument
60 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
A Denic_res.c148 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type, in enic_set_nic_cfg() argument
158 rss_hash_type, rss_hash_bits, rss_base_cpu, in enic_set_nic_cfg()
164 if (rss_hash_type & (NIC_CFG_RSS_HASH_TYPE_UDP_IPV4 | in enic_set_nic_cfg()
A Denic_ethtool.c462 u8 rss_hash_type = 0; in enic_get_rx_flow_hash() local
466 (void)vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type); in enic_get_rx_flow_hash()
476 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV6) in enic_get_rx_flow_hash()
481 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV4) in enic_get_rx_flow_hash()
A Denic_res.h143 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
A Dvnic_dev.h187 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type);
A Denic_main.c2243 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu, u8 rss_enable) in enic_set_niccfg() argument
2254 rss_default_cpu, rss_hash_type, in enic_set_niccfg()
2269 u8 rss_hash_type; in enic_set_rss_nic_cfg() local
2274 res = vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type); in enic_set_rss_nic_cfg()
2279 rss_hash_type = NIC_CFG_RSS_HASH_TYPE_IPV4 | in enic_set_rss_nic_cfg()
2298 return enic_set_niccfg(enic, rss_default_cpu, rss_hash_type, in enic_set_rss_nic_cfg()
A Dvnic_dev.c1285 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type) in vnic_dev_capable_rss_hash_type() argument
1301 *rss_hash_type = (u8)a1; in vnic_dev_capable_rss_hash_type()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2_llh.c18 void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type) in hw_atl2_rpf_rss_hash_type_set() argument
23 rss_hash_type); in hw_atl2_rpf_rss_hash_type_set()
A Dhw_atl2_llh.h23 void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type);
/linux/include/linux/qed/
A Deth_common.h479 enum rss_hash_type { enum
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac.h278 enum pkt_hash_types rss_hash_type; member
A Ddwc-xlgmac-net.c1254 pkt_info->rss_hash_type); in xlgmac_rx_poll()
A Ddwc-xlgmac-hw.c2731 pkt_info->rss_hash_type = PKT_HASH_TYPE_L4; in xlgmac_dev_read()
2734 pkt_info->rss_hash_type = PKT_HASH_TYPE_L3; in xlgmac_dev_read()
/linux/drivers/net/ethernet/amd/xgbe/
A Dxgbe.h369 enum pkt_hash_types rss_hash_type; member
A Dxgbe-dev.c1974 packet->rss_hash_type = PKT_HASH_TYPE_L4; in xgbe_dev_read()
1977 packet->rss_hash_type = PKT_HASH_TYPE_L3; in xgbe_dev_read()
A Dxgbe-drv.c2636 packet->rss_hash_type); in xgbe_rx_poll()
/linux/include/linux/mlx5/
A Ddevice.h821 u8 rss_hash_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c171 cqd->title.rss_hash_type = 0; in mlx5e_decompress_cqe_no_hash()
1208 u8 cht = cqe->rss_hash_type; in mlx5e_skb_set_hash()
/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_fp.c612 enum rss_hash_type htype; in qede_get_rxhash()

Completed in 73 milliseconds