Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/fnic/
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()
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()
Dfnic_res.h245 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu,
/linux-5.19.10/drivers/net/ethernet/cisco/enic/
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()
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()
Denic_ethtool.c466 u8 rss_hash_type = 0; in enic_get_rx_flow_hash() local
470 (void)vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type); in enic_get_rx_flow_hash()
480 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV6) in enic_get_rx_flow_hash()
485 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV4) in enic_get_rx_flow_hash()
Denic_res.h143 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
Dvnic_dev.h187 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type);
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()
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-5.19.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
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()
Dhw_atl2_llh.h23 void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type);
/linux-5.19.10/include/linux/qed/
Deth_common.h479 enum rss_hash_type { enum
/linux-5.19.10/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h279 enum pkt_hash_types rss_hash_type; member
Ddwc-xlgmac-net.c1254 pkt_info->rss_hash_type); in xlgmac_rx_poll()
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-5.19.10/drivers/net/
Dvirtio_net.c1197 enum pkt_hash_types rss_hash_type; in virtio_skb_set_hash() local
1209 rss_hash_type = PKT_HASH_TYPE_L4; in virtio_skb_set_hash()
1214 rss_hash_type = PKT_HASH_TYPE_L3; in virtio_skb_set_hash()
1218 rss_hash_type = PKT_HASH_TYPE_NONE; in virtio_skb_set_hash()
1220 skb_set_hash(skb, __le32_to_cpu(hdr_hash->hash_value), rss_hash_type); in virtio_skb_set_hash()
/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe.h370 enum pkt_hash_types rss_hash_type; member
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()
Dxgbe-drv.c2645 packet->rss_hash_type); in xgbe_rx_poll()
/linux-5.19.10/include/linux/mlx5/
Ddevice.h821 u8 rss_hash_type; member
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c172 cqd->title.rss_hash_type = 0; in mlx5e_decompress_cqe_no_hash()
1214 u8 cht = cqe->rss_hash_type; in mlx5e_skb_set_hash()
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c613 enum rss_hash_type htype; in qede_get_rxhash()