Symbol: rss_hash_type
sys/dev/axgbe/xgbe-dev.c
1409
packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV4;
sys/dev/axgbe/xgbe-dev.c
1412
packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV4;
sys/dev/axgbe/xgbe-dev.c
1415
packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV6;
sys/dev/axgbe/xgbe-dev.c
1418
packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV6;
sys/dev/axgbe/xgbe-dev.c
1421
packet->rss_hash_type = M_HASHTYPE_OPAQUE;
sys/dev/axgbe/xgbe-txrx.c
780
ri->iri_rsstype = packet->rss_hash_type;
sys/dev/axgbe/xgbe-txrx.c
783
packet->rss_hash_type, ri->iri_rsstype);
sys/dev/axgbe/xgbe.h
425
uint32_t rss_hash_type;
sys/dev/bnxt/bnxt_en/bnxt.h
188
#define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F)
sys/dev/bnxt/bnxt_en/bnxt.h
574
uint32_t rss_hash_type;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1287
softc->vnic_info.rss_hash_type);
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1317
for (type = softc->vnic_info.rss_hash_type; type;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1322
if (type != softc->vnic_info.rss_hash_type)
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1338
if (type != softc->vnic_info.rss_hash_type) {
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1339
softc->vnic_info.rss_hash_type = type;
sys/dev/bnxt/bnxt_en/bnxt_sysctl.c
1342
softc->vnic_info.rss_hash_type);
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
462
bnxt_set_rsstype(if_rxd_info_t ri, uint8_t rss_hash_type)
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
466
rss_profile_id = BNXT_GET_RSS_PROFILE_ID(rss_hash_type);
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
509
bnxt_set_rsstype(ri, rcp->rss_hash_type);
sys/dev/bnxt/bnxt_en/bnxt_txrx.c
592
bnxt_set_rsstype(ri, tpas->low.rss_hash_type);
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
5449
uint8_t rss_hash_type;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
5970
uint8_t rss_hash_type;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
7471
uint8_t rss_hash_type;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
7776
uint8_t rss_hash_type;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
8836
uint8_t rss_hash_type;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2644
softc->vnic_info.rss_hash_type =
sys/dev/bnxt/bnxt_en/if_bnxt.c
3158
softc->vnic_info.rss_hash_type);
sys/dev/enic/enic.h
283
uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */
sys/dev/enic/enic_res.c
167
int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
sys/dev/enic/enic_res.c
177
rss_hash_type, rss_hash_bits, rss_base_cpu,
sys/dev/enic/enic_res.h
65
int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
sys/dev/enic/vnic_nic.h
40
u8 rss_default_cpu, u8 rss_hash_type,
sys/dev/enic/vnic_nic.h
46
((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD)
sys/dev/mlx5/device.h
706
u8 rss_hash_type;
sys/dev/mlx5/device.h
761
memcpy(smac, &cqe->rss_hash_type , 4);
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
359
if (cqe->rss_hash_type != 0) {
sys/dev/mlx5/mlx5_en/mlx5_en_rx.c
362
switch (cqe->rss_hash_type &