Searched refs:netif_napi_add (Results 1 – 3 of 3) sorted by relevance
48 void (*netif_napi_add)(struct NetDeviceImpl *impl, struct napi_struct *napi, member
418 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->netif_napi_add != NULL) { in NetIfNapiAdd()419 ndImpl->interFace->netif_napi_add(ndImpl, napi, poll, NAPI_ADD_NUM); in NetIfNapiAdd()
277 netif_napi_add(dev, napi, poll, NAPI_ADD_NUM); in NetDevApiAdd()438 .netif_napi_add = NetDevApiAdd,