Searched refs:rss_hash_type (Results 1 – 7 of 7) sorted by relevance
| /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()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_main.c | 1269 rss_default_cpu, rss_hash_type, in enic_set_niccfg() 1373 uint8_t rss_hash_type; in enic_set_rss_conf() local 1385 rss_hash_type = 0; in enic_set_rss_conf() 1393 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_IPV4; in enic_set_rss_conf() 1395 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_TCP_IPV4; in enic_set_rss_conf() 1397 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_UDP_IPV4; in enic_set_rss_conf() 1409 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_IPV6; in enic_set_rss_conf() 1411 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_TCP_IPV6; in enic_set_rss_conf() 1413 rss_hash_type |= NIC_CFG_RSS_HASH_TYPE_UDP_IPV6; in enic_set_rss_conf() 1436 enic->rss_hash_type = rss_hash_type; in enic_set_rss_conf() [all …]
|
| H A D | enic_res.h | 64 uint8_t rss_hash_type, uint8_t rss_hash_bits,
|
| H A D | enic_res.c | 241 uint8_t rss_hash_type, uint8_t rss_hash_bits, in enic_set_nic_cfg() argument 251 rss_hash_type, rss_hash_bits, rss_base_cpu, in enic_set_nic_cfg()
|
| H A D | enic.h | 179 uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */ member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | common_hsi.h | 1502 enum rss_hash_type { enum
|
| /dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 4485 uint8_t rss_hash_type; member 5062 uint8_t rss_hash_type; member 6784 uint8_t rss_hash_type; member 7108 uint8_t rss_hash_type; member 8276 uint8_t rss_hash_type; member
|