Home
last modified time | relevance | path

Searched refs:netif_napi_add (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h48 void (*netif_napi_add)(struct NetDeviceImpl *impl, struct napi_struct *napi, member
H A Dnet_device.c418 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c277 netif_napi_add(dev, napi, poll, NAPI_ADD_NUM); in NetDevApiAdd()
438 .netif_napi_add = NetDevApiAdd,