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);
5248 int ret, queue_number, napi_weight, i; in virtnet_set_coalesce() local
5252 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce()
5254 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_coalesce()
5286 vi->sq[queue_number].napi.weight = napi_weight; in virtnet_set_coalesce()
5320 int ret, napi_weight; in virtnet_set_per_queue_coalesce() local
5327 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_per_queue_coalesce()
5328 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_per_queue_coalesce()
5343 vi->sq[queue].napi.weight = napi_weight; in virtnet_set_per_queue_coalesce()
[all …]