Home
last modified time | relevance | path

Searched refs:napi_struct (Results 1 – 4 of 4) 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,
49 int (*poll)(struct napi_struct *, int), int weight);
H A Dnet_device.c413 void NetIfNapiAdd(struct NetDevice *netDevice, struct napi_struct *napi, in NetIfNapiAdd()
414 int (*poll)(struct napi_struct *, int), int weight) in NetIfNapiAdd() argument
/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h825 void NetIfNapiAdd(struct NetDevice *netDevice, struct napi_struct *napi,
826 int (*poll)(struct napi_struct *, int), int weight);
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c272 static void NetDevApiAdd(struct NetDeviceImpl *impl, struct napi_struct *napi, in NetDevApiAdd()
273 int (*poll)(struct napi_struct *, int), int weight) in NetDevApiAdd() argument