Searched refs:rss_hash_type (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_nic.h | 40 uint8_t rss_default_cpu, uint8_t rss_hash_type, in vnic_set_nic_cfg() argument 46 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_main.c | 1254 rss_default_cpu, rss_hash_type, in enic_set_niccfg() 1358 uint8_t rss_hash_type; in enic_set_rss_conf() local 1370 rss_hash_type = 0; in enic_set_rss_conf() 1378 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_IPV4; in enic_set_rss_conf() 1380 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_TCP_IPV4; in enic_set_rss_conf() 1382 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_UDP_IPV4; in enic_set_rss_conf() 1394 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_IPV6; in enic_set_rss_conf() 1396 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_TCP_IPV6; in enic_set_rss_conf() 1398 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_UDP_IPV6; in enic_set_rss_conf() 1421 enic->rss_hash_type = rss_hash_type; in enic_set_rss_conf() [all …]
|
| H A D | enic_res.h | 62 uint8_t rss_hash_type, uint8_t rss_hash_bits,
|
| H A D | enic_res.c | 218 uint8_t rss_hash_type, uint8_t rss_hash_bits, in enic_set_nic_cfg() argument 228 rss_hash_type, rss_hash_bits, rss_base_cpu, in enic_set_nic_cfg()
|
| H A D | enic.h | 196 uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */ member
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | common_hsi.h | 1502 enum rss_hash_type { enum
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 4206 uint8_t rss_hash_type; member 4771 uint8_t rss_hash_type; member 5364 uint8_t rss_hash_type; member 5688 uint8_t rss_hash_type; member 6369 uint8_t rss_hash_type; member
|