rss
uint32_t rss;
__le32 rss; /* RSS Hash */
__le32 rss; /* RSS Hash */
__le32 rss; /* RSS Hash */
le32toh(rxd->wb.lower.hi_dword.rss);
__le32 rss; /* RSS Hash */
__le32 rss; /* RSS Hash */
__le32 rss; /* RSS Hash */
u32 rss; /* RSS Hash */
ri->iri_flowid = le32toh(rxd->wb.lower.hi_dword.rss);
le32toh(rxd->wb.lower.hi_dword.rss);
uint32_t rss;
ds->rss.version = 1;
ds->rss.paddr = sc->vmx_rss_dma.idi_paddr;
ds->rss.len = sc->vmx_rss_dma.idi_size;
struct vmxnet3_rss_shared *rss;
rss = sc->vmx_rss;
rss->hash_type =
rss->hash_func = UPT1_RSS_HASH_FUNC_TOEPLITZ;
rss->hash_key_size = UPT1_RSS_MAX_KEY_SIZE;
rss->ind_table_size = UPT1_RSS_MAX_IND_TABLE_SIZE;
rss_getkey(rss->hash_key);
rss->ind_table[i] = rss_get_indirection_to_bucket(i) %
memcpy(rss->hash_key, rss_key, UPT1_RSS_MAX_KEY_SIZE);
rss->ind_table[i] = i % scctx->isc_nrxqsets;
} rss, pm, plugin;