Searched refs:napi_weight (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_enet_pd.h | 142 int napi_weight; /* NAPI weight */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet.h | 129 int napi_weight; /* NAPI weight */ member
|
H A D | fs_enet-main.c | 938 fpi->napi_weight = 17; in fs_enet_probe() 1019 fpi->napi_weight); in fs_enet_probe()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | virtio_net.c | 27 static int napi_weight = NAPI_POLL_WEIGHT; variable 28 module_param(napi_weight, int, 0444); 3399 int ret, queue_number, napi_weight; in virtnet_set_coalesce() local 3403 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce() 3405 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_coalesce() 3429 vi->sq[queue_number].napi.weight = napi_weight; in virtnet_set_coalesce() 3462 int ret, napi_weight; in virtnet_set_per_queue_coalesce() local 3469 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_per_queue_coalesce() 3470 ret = virtnet_should_update_vq_weight(dev->flags, napi_weight, in virtnet_set_per_queue_coalesce() 3485 vi->sq[queue].napi.weight = napi_weight; in virtnet_set_per_queue_coalesce() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-main.h | 172 int napi_weight; member
|
H A D | vxge-main.c | 2739 vdev->config.napi_weight); in vxge_open() 2749 vxge_poll_msix, vdev->config.napi_weight); in vxge_open() 4379 ll_config->napi_weight = NEW_NAPI_WEIGHT; in vxge_probe()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | virtio_net.c | 26 static int napi_weight = NAPI_POLL_WEIGHT; variable 27 module_param(napi_weight, int, 0444); 2323 int i, napi_weight; in virtnet_set_coalesce() local 2329 napi_weight = ec->tx_max_coalesced_frames ? NAPI_POLL_WEIGHT : 0; in virtnet_set_coalesce() 2330 if (napi_weight ^ vi->sq[0].napi.weight) { in virtnet_set_coalesce() 2334 vi->sq[i].napi.weight = napi_weight; in virtnet_set_coalesce() 2921 napi_weight); in virtnet_alloc_queues() 2923 napi_tx ? napi_weight : 0); in virtnet_alloc_queues()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet-main.c | 944 fpi->napi_weight = 17; in fs_enet_probe() 1026 netif_napi_add(ndev, &fep->napi, fs_enet_napi, fpi->napi_weight); in fs_enet_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 50 static int napi_weight = 64; variable 1254 efx_poll, napi_weight); in efx_init_napi_channel()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 118 static int napi_weight = 64; variable 2025 ef4_poll, napi_weight); in ef4_init_napi_channel()
|
Completed in 43 milliseconds