Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/octeon/
Docteon-ethernet.h76 extern int rx_napi_weight;
Dethernet.c95 int rx_napi_weight = 32; variable
96 module_param(rx_napi_weight, int, 0444);
97 MODULE_PARM_DESC(rx_napi_weight, "The NAPI WEIGHT parameter.");
Dethernet-rx.c480 cvm_oct_napi_poll, rx_napi_weight); in cvm_oct_rx_initialize()