Lines Matching refs:napi_weight
27 static int napi_weight = NAPI_POLL_WEIGHT;
28 module_param(napi_weight, int, 0444);
3399 int ret, queue_number, napi_weight;
3403 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
3405 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
3429 vi->sq[queue_number].napi.weight = napi_weight;
3462 int ret, napi_weight;
3469 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
3470 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
3485 vi->sq[queue].napi.weight = napi_weight;
4202 napi_weight);
4205 napi_tx ? napi_weight : 0);