| /dpdk/drivers/net/ena/ |
| H A D | ena_rss.c | 193 uint64_t rss_hf = 0; in ena_admin_hf_to_eth_hf() local 263 uint64_t rss_hf) in ena_eth_hf_to_admin_hf() 331 static int ena_set_hash_fields(struct ena_com_dev *ena_dev, uint64_t rss_hf) in ena_set_hash_fields() 539 uint64_t rss_hf = 0; in ena_rss_hash_conf_get() local
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.c | 313 hns3_set_rss_tuple_by_rss_hf(struct hns3_hw *hw, uint64_t rss_hf) in hns3_set_rss_tuple_by_rss_hf() 380 uint64_t rss_hf = rss_conf->rss_hf; in hns3_dev_rss_hash_update() local 656 uint64_t rss_hf; in hns3_config_rss() local
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 1133 uint64_t rss_hf; in nfp_net_rss_hash_write() local 1183 uint64_t rss_hf; in nfp_net_rss_hash_update() local 1218 uint64_t rss_hf; in nfp_net_rss_hash_conf_get() local
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_rxtx.c | 1313 uint64_t rss_hf; in vmxnet3_v4_rss_configure() local 1360 uint64_t rss_hf; in vmxnet3_rss_configure() local
|
| /dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 332 uint64_t rss_hf = 0; in test_propagate() local
|
| /dpdk/drivers/net/e1000/ |
| H A D | igb_rxtx.c | 1934 uint64_t rss_hf; in igb_hw_rss_hash_set() local 1979 uint64_t rss_hf; in eth_igb_rss_hash_update() local 2010 uint64_t rss_hf; in eth_igb_rss_hash_conf_get() local
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 605 uint64_t rss_hf = 0; in ionic_dev_rss_hash_conf_get() local
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_ethdev.h | 236 uint64_t rss_hf; member
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.c | 2539 uint64_t rss_hf; in ngbe_dev_rss_hash_update() local 2599 uint64_t rss_hf; in ngbe_dev_rss_hash_conf_get() local
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.c | 803 uint64_t rss_hf; in nix_rss_default_setup() local
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.c | 3484 uint64_t rss_hf; in ixgbe_hw_rss_hash_set() local 3534 uint64_t rss_hf; in ixgbe_dev_rss_hash_update() local 3577 uint64_t rss_hf; in ixgbe_dev_rss_hash_conf_get() local
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 531 uint64_t rss_hf; /**< Hash functions to apply - see below. */ member 725 #define RTE_ETH_RSS_LEVEL(rss_hf) ((rss_hf & RTE_ETH_RSS_LEVEL_MASK) >> 50) argument 726 #define ETH_RSS_LEVEL(rss_hf) RTE_DEPRECATED(ETH_RSS_LEVEL(rss_hf)) RTE_ETH_RSS_LEVEL(rss_hf) argument 739 rte_eth_rss_hf_refine(uint64_t rss_hf) in rte_eth_rss_hf_refine()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_hash.c | 689 iavf_rss_hash_set(struct iavf_adapter *ad, uint64_t rss_hf, bool add) in iavf_rss_hash_set()
|
| H A D | iavf.h | 251 uint64_t rss_hf; member
|
| H A D | iavf_ethdev.c | 377 iavf_config_rss_hf(struct iavf_adapter *adapter, uint64_t rss_hf) in iavf_config_rss_hf()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_main.c | 1372 uint64_t rss_hf; in enic_set_rss_conf() local
|
| H A D | enic.h | 181 uint64_t rss_hf; /* RTE_ETH_RSS flags */ member
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_dev.c | 837 uint64_t rss_hf; in axgbe_rss_options() local
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_ethdev.c | 584 uint64_t rss_hf = 0; in lio_dev_rss_hash_conf_get() local
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_main.c | 1704 int cxgbe_write_rss_conf(const struct port_info *pi, uint64_t rss_hf) in cxgbe_write_rss_conf()
|
| H A D | cxgbe_ethdev.c | 1185 u64 rss_hf = 0; in cxgbe_dev_rss_hash_conf_get() local
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.c | 2877 uint64_t rss_hf; in txgbe_dev_rss_hash_update() local 2968 uint64_t rss_hf; in txgbe_dev_rss_hash_conf_get() local
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_rx.c | 1486 uint64_t rss_hf = sfc_rx_hf_efx_to_rte(rss, efx_hash_types); in sfc_rx_process_adv_conf_rss() local
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 505 u64 rss_hf = rss_conf->rss_hf; in hinic_fill_rss_type() local
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 2353 uint64_t rss_hf; in eth_igc_rss_hash_conf_get() local
|