Lines Matching defs:napi_weight
31 static int napi_weight = NAPI_POLL_WEIGHT;
32 module_param(napi_weight, int, 0444);
5377 int ret, queue_number, napi_weight, i;
5381 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
5383 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
5415 vi->sq[queue_number].napi.weight = napi_weight;
5449 int ret, napi_weight;
5456 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0;
5457 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight,
5472 vi->sq[queue].napi.weight = napi_weight;
6519 vi->rq[i].napi.weight = napi_weight;
6522 napi_tx ? napi_weight : 0);