Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Drss_config.c178 static struct rss_table_entry rss_table[RSS_TABLE_MAXLEN]; variable
256 rss_table[i].rte_cpu = cpuid; in rss_init()
350 return (rss_table[bucket].rte_cpu); in rss_getcpu()
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-dev.c400 for (i = 0; i < ARRAY_SIZE(pdata->rss_table); i++) { in xgbe_write_rss_lookup_table()
402 pdata->rss_table[i]); in xgbe_write_rss_lookup_table()
423 for (i = 0; i < ARRAY_SIZE(pdata->rss_table); i++) in xgbe_set_rss_lookup_table()
424 XGMAC_SET_BITS(pdata->rss_table[i], MAC_RSSDR, DMCH, table[i]); in xgbe_set_rss_lookup_table()
H A Dxgbe.h1172 uint32_t rss_table[XGBE_RSS_MAX_TABLE_SIZE]; member
H A Dif_axgbe_pci.c1427 XGMAC_SET_BITS(pdata->rss_table[i], MAC_RSSDR, DMCH, in axgbe_if_attach_post()