Searched refs:napi_weight (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | fs_enet.h | 119 int napi_weight; /* NAPI weight */ member
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 31 static int napi_weight = NAPI_POLL_WEIGHT; variable 32 module_param(napi_weight, int, 0444); 5374 int ret, queue_number, napi_weight, i; in virtnet_set_coalesce() local 5378 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce() 5380 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_coalesce() 5412 vi->sq[queue_number].napi.weight = napi_weight; in virtnet_set_coalesce() 5446 int ret, napi_weight; in virtnet_set_per_queue_coalesce() local 5453 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_per_queue_coalesce() 5454 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_per_queue_coalesce() 5469 vi->sq[queue].napi.weight = napi_weight; in virtnet_set_per_queue_coalesce() [all …]
|