Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dvnic_nic.h37 u8 rss_default_cpu, u8 rss_hash_type, in vnic_set_nic_cfg() argument
43 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
H A Dfnic_res.c172 u8 rss_hash_type, in fnic_set_nic_config() argument
181 rss_hash_type, rss_hash_bits, rss_base_cpu, in fnic_set_nic_config()
H A Dfnic_res.h233 u8 rss_hash_type, u8 rss_hash_bits, u8 rss_base_cpu,
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_nic.h41 u8 rss_default_cpu, u8 rss_hash_type, in vnic_set_nic_cfg() argument
47 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
H A Denic_ethtool.c533 u8 rss_hash_type = 0; in enic_get_rx_flow_hash() local
537 (void)vnic_dev_capable_rss_hash_type(enic->vdev, &rss_hash_type); in enic_get_rx_flow_hash()
547 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV6) in enic_get_rx_flow_hash()
552 if (rss_hash_type & NIC_CFG_RSS_HASH_TYPE_UDP_IPV4) in enic_get_rx_flow_hash()
H A Denic_res.h130 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
H A Dvnic_dev.h179 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type);
H A Dvnic_dev.c1268 int vnic_dev_capable_rss_hash_type(struct vnic_dev *vdev, u8 *rss_hash_type) in vnic_dev_capable_rss_hash_type() argument
1284 *rss_hash_type = (u8)a1; in vnic_dev_capable_rss_hash_type()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H 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()
H 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/
H A Deth_common.h479 enum rss_hash_type { enum
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h279 enum pkt_hash_types rss_hash_type; member
H A Ddwc-xlgmac-net.c1253 pkt_info->rss_hash_type); in xlgmac_rx_poll()
H 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/
H A Dxgbe.h372 enum pkt_hash_types rss_hash_type; member
H A Dxgbe-dev.c2031 packet->rss_hash_type = PKT_HASH_TYPE_L4; in xgbe_dev_read()
2034 packet->rss_hash_type = PKT_HASH_TYPE_L3; in xgbe_dev_read()
H A Dxgbe-drv.c2660 packet->rss_hash_type); in xgbe_rx_poll()
/linux/drivers/net/
H A Dvirtio_net.c2486 enum pkt_hash_types rss_hash_type; in virtio_skb_set_hash() local
2498 rss_hash_type = PKT_HASH_TYPE_L4; in virtio_skb_set_hash()
2503 rss_hash_type = PKT_HASH_TYPE_L3; in virtio_skb_set_hash()
2507 rss_hash_type = PKT_HASH_TYPE_NONE; in virtio_skb_set_hash()
2509 skb_set_hash(skb, __le32_to_cpu(hdr_hash->hash_value), rss_hash_type); in virtio_skb_set_hash()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c190 cqd->title.rss_hash_type = 0; in mlx5e_decompress_cqe_no_hash()
1349 u8 cht = cqe->rss_hash_type; in mlx5e_skb_set_hash()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c611 enum rss_hash_type htype; in qede_get_rxhash()