Home
last modified time | relevance | path

Searched defs:net (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
Dusb_net_adapter.c366 static int32_t UsbnetAdapterOpen(NetDevice *net) in UsbnetAdapterOpen()
437 static int32_t UsbnetAdapterStop(NetDevice *net) in UsbnetAdapterStop()
572 static netdev_tx_t UsbnetAdapterStartXmit(SkBuff *skb, NetDevice *net) in UsbnetAdapterStartXmit()
631 static void UsbnetAdapterTXTimeout(NetDevice *net, unsigned int txqueue) in UsbnetAdapterTXTimeout()
685 static void UsbnetAdapterSetRxMode(NetDevice *net) in UsbnetAdapterSetRxMode()
758 static int32_t UsbnetAdapterChangeMtu(NetDevice *net, int newMtu) in UsbnetAdapterChangeMtu()
820 static void UsbnetAdapterGetStats64(NetDevice *net, struct rtnl_link_stats64 *stats) in UsbnetAdapterGetStats64()
925 NetDevice *net = (NetDevice *)device->priv; in UsbnetAdapterRxComplete() local
972 NetDevice *net, struct UsbnetTransInfo *uNetTransInfo) in UsbnetAdapterSetUsbNet()
1021 static void UsbnetAdapterSetNetDevice(struct UsbnetAdapter *usbNet, NetDevice *net) in UsbnetAdapterSetNetDevice()
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
Dusb_net_adapter.h56 NetDevice *net; member
/drivers/peripheral/usb/net/include/
Dusb_net_host.h140 struct UsbnetTransInfo net; member