Searched defs:work_done (Results 1 – 4 of 4) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
| D | recv_linux.c | 389 int work_done = 0; in napi_recv() local 438 int work_done = 0; in rtw_recv_napi_poll() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
| D | r8168.h | 543 #define RTL_NAPI_QUOTA_UPDATE(ndev, work_done, budget) *budget -= work_done; \ argument 545 #define RTL_NETIF_RX_COMPLETE(dev, napi, work_done) netif_rx_complete(dev) argument 561 #define RTL_NAPI_QUOTA_UPDATE(ndev, work_done, budget) argument 563 #define RTL_NETIF_RX_COMPLETE(dev, napi, work_done) netif_rx_complete(dev, napi) argument 568 #define RTL_NETIF_RX_COMPLETE(dev, napi, work_done) netif_rx_complete(napi) argument 574 #define RTL_NETIF_RX_COMPLETE(dev, napi, work_done) napi_complete_done(napi, work_done) argument 576 #define RTL_NETIF_RX_COMPLETE(dev, napi, work_done) napi_complete(napi) argument
|
| D | r8168_n.c | 28362 unsigned int work_done; local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/gmac/ |
| D | sunxi-gmac.c | 2231 int work_done = 0; in sunxi_gmac_poll() local
|