Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfs_enet_pd.h142 int napi_weight; /* NAPI weight */ member
/Linux-v6.1/drivers/net/
Dvirtio_net.c26 static int napi_weight = NAPI_POLL_WEIGHT; variable
27 module_param(napi_weight, int, 0444);
2809 int ret, i, napi_weight; in virtnet_set_coalesce() local
2813 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce()
2814 if (napi_weight ^ vi->sq[0].napi.weight) { in virtnet_set_coalesce()
2831 vi->sq[i].napi.weight = napi_weight; in virtnet_set_coalesce()
3544 napi_weight); in virtnet_alloc_queues()
3547 napi_tx ? napi_weight : 0); in virtnet_alloc_queues()
/Linux-v6.1/drivers/net/ethernet/freescale/fs_enet/
Dfs_enet-main.c940 fpi->napi_weight = 17; in fs_enet_probe()
1021 fpi->napi_weight); in fs_enet_probe()