OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSS_TABLE_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/cxgb/
cxgb_main.c
1003
uint16_t rspq_map[
RSS_TABLE_SIZE
];
1017
for (i = 0; i <
RSS_TABLE_SIZE
/ 2; ++i) {
1019
rspq_map[i +
RSS_TABLE_SIZE
/ 2] = (i % nq[1]) + nq[0];
1022
for (i = 0; i <
RSS_TABLE_SIZE
; ++i)
cxgb_common.h
43
RSS_TABLE_SIZE
= 64, /* size of RSS lookup and mapping tables */
cxgb_t3_hw.c
2303
for (i = 0; i <
RSS_TABLE_SIZE
; ++i) {
2315
for (i = 0; i <
RSS_TABLE_SIZE
; ++i) {
2339
for (i = 0; i <
RSS_TABLE_SIZE
; ++i) {
2350
for (i = 0; i <
RSS_TABLE_SIZE
; ++i) {
Completed in 24 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026