Searched refs:napi_weight (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/
H A Dvirtio_net.c29 static int napi_weight = NAPI_POLL_WEIGHT;
30 module_param(napi_weight, int, 0444);
4459 int ret, queue_number, napi_weight;
4463 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
4465 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
4489 vi->sq[queue_number].napi.weight = napi_weight;
4523 int ret, napi_weight;
4530 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
4531 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
4546 vi->sq[queue].napi.weight = napi_weight;
28 static int napi_weight = NAPI_POLL_WEIGHT; variable
3632 int ret, queue_number, napi_weight; local
3696 int ret, napi_weight; local
[all...]
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c936 fpi->napi_weight = 17;
1017 fpi->napi_weight);
H A Dfs_enet.h129 int napi_weight; /* NAPI weight */ member in struct:fs_platform_info

Completed in 206 milliseconds