Symbol: rss_hash_type
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1923
packet->rss_hash_type = PKT_HASH_TYPE_L4;
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
1926
packet->rss_hash_type = PKT_HASH_TYPE_L3;
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
2432
packet->rss_hash_type);
drivers/net/ethernet/amd/xgbe/xgbe.h
307
enum pkt_hash_types rss_hash_type;
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh.c
25
void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type)
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh.c
30
rss_hash_type);
drivers/net/ethernet/aquantia/atlantic/hw_atl2/hw_atl2_llh.h
26
void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type);
drivers/net/ethernet/cisco/enic/enic_ethtool.c
676
u8 rss_hash_type = 0;
drivers/net/ethernet/cisco/enic/enic_ethtool.c
680
(void)vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type);
drivers/net/ethernet/cisco/enic/enic_ethtool.c
690
if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV6)
drivers/net/ethernet/cisco/enic/enic_ethtool.c
695
if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV4)
drivers/net/ethernet/cisco/enic/enic_main.c
2079
u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu, u8 rss_enable)
drivers/net/ethernet/cisco/enic/enic_main.c
2090
rss_default_cpu, rss_hash_type,
drivers/net/ethernet/cisco/enic/enic_main.c
2105
u8 rss_hash_type;
drivers/net/ethernet/cisco/enic/enic_main.c
2110
res = vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type);
drivers/net/ethernet/cisco/enic/enic_main.c
2115
rss_hash_type = NIC_CFG_RSS_HASH_TYPE_IPV4 |
drivers/net/ethernet/cisco/enic/enic_main.c
2134
return enic_set_niccfg(enic, rss_default_cpu, rss_hash_type,
drivers/net/ethernet/cisco/enic/enic_res.c
142
int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
drivers/net/ethernet/cisco/enic/enic_res.c
152
rss_hash_type, rss_hash_bits, rss_base_cpu,
drivers/net/ethernet/cisco/enic/enic_res.c
158
if (rss_hash_type & (NIC_CFG_RSS_HASH_TYPE_UDP_IPV4 |
drivers/net/ethernet/cisco/enic/enic_res.h
133
int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
drivers/net/ethernet/cisco/enic/vnic_dev.c
1278
int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type)
drivers/net/ethernet/cisco/enic/vnic_dev.c
1294
*rss_hash_type = (u8)a1;
drivers/net/ethernet/cisco/enic/vnic_dev.h
179
int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type);
drivers/net/ethernet/cisco/enic/vnic_nic.h
41
u8 rss_default_cpu, u8 rss_hash_type,
drivers/net/ethernet/cisco/enic/vnic_nic.h
47
((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD)
drivers/net/ethernet/huawei/hinic3/hinic3_nic_dev.h
116
enum hinic3_rss_hash_type rss_hash_type;
drivers/net/ethernet/huawei/hinic3/hinic3_rss.c
220
return hinic3_rss_set_hash_type(nic_dev->hwdev, nic_dev->rss_hash_type);
drivers/net/ethernet/huawei/hinic3/hinic3_rss.c
52
nic_dev->rss_hash_type = HINIC3_RSS_HASH_ENGINE_TYPE_XOR;
drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c
256
hash_type = cqe->rss_hash_type;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
1243
u8 cht = cqe->rss_hash_type;
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
191
cqd->title.rss_hash_type = 0;
drivers/net/ethernet/qlogic/qede/qede_fp.c
612
enum rss_hash_type htype;
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
2731
pkt_info->rss_hash_type = PKT_HASH_TYPE_L4;
drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c
2734
pkt_info->rss_hash_type = PKT_HASH_TYPE_L3;
drivers/net/ethernet/synopsys/dwc-xlgmac-net.c
1254
pkt_info->rss_hash_type);
drivers/net/ethernet/synopsys/dwc-xlgmac.h
279
enum pkt_hash_types rss_hash_type;
drivers/net/virtio_net.c
2474
enum pkt_hash_types rss_hash_type;
drivers/net/virtio_net.c
2486
rss_hash_type = PKT_HASH_TYPE_L4;
drivers/net/virtio_net.c
2491
rss_hash_type = PKT_HASH_TYPE_L3;
drivers/net/virtio_net.c
2495
rss_hash_type = PKT_HASH_TYPE_NONE;
drivers/net/virtio_net.c
2497
skb_set_hash(skb, virtio_net_hash_value(hdr_hash), rss_hash_type);
drivers/scsi/fnic/fnic_res.c
171
u8 rss_hash_type,
drivers/scsi/fnic/fnic_res.c
180
rss_hash_type, rss_hash_bits, rss_base_cpu,
drivers/scsi/fnic/fnic_res.h
233
u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu,
drivers/scsi/fnic/vnic_nic.h
37
u8 rss_default_cpu, u8 rss_hash_type,
drivers/scsi/fnic/vnic_nic.h
43
((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD)
include/linux/mlx5/device.h
846
u8 rss_hash_type;