/drivers/scsi/fnic/ |
D | vnic_nic.h | 49 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()
|
D | fnic_res.c | 181 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()
|
D | fnic_res.h | 245 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu,
|
/drivers/net/ethernet/cisco/enic/ |
D | vnic_nic.h | 54 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()
|
D | enic_res.c | 148 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()
|
D | enic_ethtool.c | 462 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()
|
D | enic_res.h | 143 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
|
D | vnic_dev.h | 187 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type);
|
D | enic_main.c | 2242 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu, u8 rss_enable) in enic_set_niccfg() argument 2253 rss_default_cpu, rss_hash_type, in enic_set_niccfg() 2268 u8 rss_hash_type; in enic_set_rss_nic_cfg() local 2273 res = vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type); in enic_set_rss_nic_cfg() 2278 rss_hash_type = NIC_CFG_RSS_HASH_TYPE_IPV4 | in enic_set_rss_nic_cfg() 2297 return enic_set_niccfg(enic, rss_default_cpu, rss_hash_type, in enic_set_rss_nic_cfg()
|
D | vnic_dev.c | 1285 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()
|
/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2_llh.c | 18 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()
|
D | hw_atl2_llh.h | 23 void hw_atl2_rpf_rss_hash_type_set(struct aq_hw_s *aq_hw, u32 rss_hash_type);
|
/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac.h | 278 enum pkt_hash_types rss_hash_type; member
|
D | dwc-xlgmac-net.c | 1254 pkt_info->rss_hash_type); in xlgmac_rx_poll()
|
D | dwc-xlgmac-hw.c | 2731 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()
|
/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 370 enum pkt_hash_types rss_hash_type; member
|
D | xgbe-dev.c | 1981 packet->rss_hash_type = PKT_HASH_TYPE_L4; in xgbe_dev_read() 1984 packet->rss_hash_type = PKT_HASH_TYPE_L3; in xgbe_dev_read()
|
D | xgbe-drv.c | 2667 packet->rss_hash_type); in xgbe_rx_poll()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_rx.c | 166 cqd->title.rss_hash_type = 0; in mlx5e_decompress_cqe_no_hash() 848 u8 cht = cqe->rss_hash_type; in mlx5e_skb_set_hash()
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_fp.c | 612 enum rss_hash_type htype; in qede_get_rxhash()
|