Searched refs:NETCP_NAPI_WEIGHT (Results 1 – 1 of 1) sorted by relevance
27 #define NETCP_NAPI_WEIGHT 64 macro2102 netif_napi_add(ndev, &netcp->rx_napi, netcp_rx_poll, NETCP_NAPI_WEIGHT); in netcp_create_interface()2103 netif_tx_napi_add(ndev, &netcp->tx_napi, netcp_tx_poll, NETCP_NAPI_WEIGHT); in netcp_create_interface()