Searched refs:iavf_rss_hash_set (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/iavf/ |
| H A D | iavf.h | 463 int iavf_rss_hash_set(struct iavf_adapter *ad, uint64_t rss_hf, bool add);
|
| 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() function 1545 if (iavf_rss_hash_set(ad, rss_conf->rss_hf, false)) in iavf_hash_uninit()
|
| H A D | iavf_ethdev.c | 534 ret = iavf_rss_hash_set(adapter, rss_conf->rss_hf, true); in iavf_init_rss() 1568 ret = iavf_rss_hash_set(adapter, rss_conf->rss_hf, true); in iavf_dev_rss_hash_update()
|