Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_rndis.c999 struct ndis_rssprm_toeplitz rssp; in hn_rndis_conf_rss() local
1000 struct ndis_rss_params *prm = &rssp.rss_params; in hn_rndis_conf_rss()
1004 memset(&rssp, 0, sizeof(rssp)); in hn_rndis_conf_rss()
1011 prm->ndis_indsize = sizeof(rssp.rss_ind[0]) * NDIS_HASH_INDCNT; in hn_rndis_conf_rss()
1017 rssp.rss_ind[i] = hv->rss_ind[i]; in hn_rndis_conf_rss()
1020 memcpy(&rssp.rss_key, hv->rss_key, NDIS_HASH_KEYSIZE_TOEPLITZ); in hn_rndis_conf_rss()
1023 &rssp, sizeof(rssp)); in hn_rndis_conf_rss()