Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/octeon/
Docteon-ethernet.h105 extern int rx_napi_weight;
Dethernet.c85 int rx_napi_weight = 32; variable
86 module_param(rx_napi_weight, int, 0444);
87 MODULE_PARM_DESC(rx_napi_weight, "The NAPI WEIGHT parameter.");
Dethernet-rx.c473 cvm_oct_napi_poll, rx_napi_weight); in cvm_oct_rx_initialize()