Lines Matching refs:rss_hash
354 hv->rss_hash = NDIS_HASH_FUNCTION_TOEPLITZ; in hn_rss_hash_init()
357 hv->rss_hash |= NDIS_HASH_IPV4; in hn_rss_hash_init()
359 hv->rss_hash |= NDIS_HASH_TCP_IPV4; in hn_rss_hash_init()
361 hv->rss_hash |= NDIS_HASH_IPV6; in hn_rss_hash_init()
363 hv->rss_hash |= NDIS_HASH_IPV6_EX; in hn_rss_hash_init()
365 hv->rss_hash |= NDIS_HASH_TCP_IPV6; in hn_rss_hash_init()
367 hv->rss_hash |= NDIS_HASH_TCP_IPV6_EX; in hn_rss_hash_init()
420 if (hv->rss_hash & NDIS_HASH_IPV4) in hn_rss_hash_conf_get()
423 if (hv->rss_hash & NDIS_HASH_TCP_IPV4) in hn_rss_hash_conf_get()
426 if (hv->rss_hash & NDIS_HASH_IPV6) in hn_rss_hash_conf_get()
429 if (hv->rss_hash & NDIS_HASH_IPV6_EX) in hn_rss_hash_conf_get()
432 if (hv->rss_hash & NDIS_HASH_TCP_IPV6) in hn_rss_hash_conf_get()
435 if (hv->rss_hash & NDIS_HASH_TCP_IPV6_EX) in hn_rss_hash_conf_get()