Home
last modified time | relevance | path

Searched refs:bnxt_hash_types (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c1293 static const char *bnxt_hash_types[] = {"ipv4", "tcp_ipv4", "udp_ipv4", "ipv6", variable
1300 for (i=0; bnxt_hash_types[i]; i++) in bnxt_get_rss_type_str_bit()
1301 if (strcmp(bnxt_hash_types[i], str) == 0) in bnxt_get_rss_type_str_bit()
1321 if (bit >= sizeof(bnxt_hash_types) / sizeof(const char *)) in bnxt_rss_type_sysctl()
1325 strcat(buf, bnxt_hash_types[bit]); in bnxt_rss_type_sysctl()