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

/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet.h129 int napi_weight; /* NAPI weight */ member in struct:fs_platform_info
H A Dfs_enet-main.c936 fpi->napi_weight = 17;
1017 fpi->napi_weight);
/linux-master/drivers/net/
H A Dvirtio_net.c28 static int napi_weight = NAPI_POLL_WEIGHT; variable
29 module_param(napi_weight, int, 0444);
3632 int ret, queue_number, napi_weight; local
3636 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
3638 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
3662 vi->sq[queue_number].napi.weight = napi_weight;
3696 int ret, napi_weight; local
3703 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
3704 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
3719 vi->sq[queue].napi.weight = napi_weight;
[all...]

Completed in 230 milliseconds