Searched refs:napi_struct (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/ |
H A D | net_device_impl.h | 48 void (*netif_napi_add)(struct NetDeviceImpl *impl, struct napi_struct *napi, 49 int (*poll)(struct napi_struct *, int), int weight);
|
H A D | net_device.c | 413 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 D | net_device.h | 825 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 D | net_device_adapter.c | 272 static void NetDevApiAdd(struct NetDeviceImpl *impl, struct napi_struct *napi, in NetDevApiAdd() 273 int (*poll)(struct napi_struct *, int), int weight) in NetDevApiAdd() argument
|