Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h119 int napi_weight; /* NAPI weight */ member
H A Dfs_enet-main.c892 fpi->napi_weight = 17; in fs_enet_probe()
970 fpi->napi_weight); in fs_enet_probe()
/linux/drivers/net/
H A Dvirtio_net.c30 static int napi_weight = NAPI_POLL_WEIGHT; variable
31 module_param(napi_weight, int, 0444);
5439 int ret, queue_number, napi_weight, i; in virtnet_set_coalesce() local
5443 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce()
5445 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_coalesce()
5477 vi->sq[queue_number].napi.weight = napi_weight; in virtnet_set_coalesce()
5511 int ret, napi_weight; in virtnet_set_per_queue_coalesce() local
5518 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_per_queue_coalesce()
5519 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_per_queue_coalesce()
5534 vi->sq[queue].napi.weight = napi_weight; in virtnet_set_per_queue_coalesce()
[all …]