Home
last modified time | relevance | path

Searched defs:netdev (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/drivers/net/
H A Ddnet.c30 struct eth_device netdev; member
133 static int dnet_send(struct eth_device *netdev, void *packet, int length) in dnet_send()
168 static int dnet_recv(struct eth_device *netdev) in dnet_recv()
202 static void dnet_set_hwaddr(struct eth_device *netdev) in dnet_set_hwaddr()
217 struct eth_device *netdev = &dnet->netdev; in dnet_phy_reset() local
243 struct eth_device *netdev = &dnet->netdev; in dnet_phy_init() local
313 static int dnet_init(struct eth_device *netdev, bd_t *bd) in dnet_init()
351 static void dnet_halt(struct eth_device *netdev) in dnet_halt()
362 struct eth_device *netdev; in dnet_eth_initialize() local
H A Dat91_emac.c155 struct eth_device *netdev; in get_emacbase_by_name() local
184 static int at91emac_phy_reset(struct eth_device *netdev) in at91emac_phy_reset()
218 static int at91emac_phy_init(struct eth_device *netdev) in at91emac_phy_init()
316 static int at91emac_init(struct eth_device *netdev, bd_t *bd) in at91emac_init()
382 static void at91emac_halt(struct eth_device *netdev) in at91emac_halt()
392 static int at91emac_send(struct eth_device *netdev, void *packet, int length) in at91emac_send()
409 static int at91emac_recv(struct eth_device *netdev) in at91emac_recv()
451 static int at91emac_write_hwaddr(struct eth_device *netdev) in at91emac_write_hwaddr()
H A Dmacb.c125 struct eth_device netdev; member
897 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send()
904 static int macb_recv(struct eth_device *netdev) in macb_recv()
923 static int macb_init(struct eth_device *netdev, bd_t *bd) in macb_init()
930 static void macb_halt(struct eth_device *netdev) in macb_halt()
937 static int macb_write_hwaddr(struct eth_device *netdev) in macb_write_hwaddr()
947 struct eth_device *netdev; in macb_eth_initialize() local
H A Ddm9000x.c97 struct eth_device netdev; member
403 static int dm9000_send(struct eth_device *netdev, void *packet, int length) in dm9000_send()
444 static void dm9000_halt(struct eth_device *netdev) in dm9000_halt()
458 static int dm9000_rx(struct eth_device *netdev) in dm9000_rx()
H A Dks8851_mll.c76 struct net_device *netdev; member
/openbmc/qemu/hw/net/
H A Dxen_nic.c104 net_tx_error(struct XenNetDev * netdev,netif_tx_request_t * txp,RING_IDX end) net_tx_error() argument
128 net_tx_packets(struct XenNetDev * netdev) net_tx_packets() argument
226 net_rx_response(struct XenNetDev * netdev,netif_rx_request_t * req,int8_t st,uint16_t offset,uint16_t size,uint16_t flags) net_rx_response() argument
258 struct XenNetDev *netdev = qemu_get_nic_opaque(nc); net_rx_packet() local
313 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_netdev_realize() local
344 XenNetDev *netdev = XEN_NET_DEVICE(_xendev); net_event() local
355 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_netdev_connect() local
425 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_netdev_disconnect() local
509 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_netdev_get_name() local
543 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_netdev_unrealize() local
649 XenNetDev *netdev = XEN_NET_DEVICE(xendev); xen_net_device_destroy() local
[all...]
/openbmc/qemu/net/
H A Dvmnet-shared.c20 static bool validate_options(const Netdev *netdev, Error **errp) in validate_options()
40 static xpc_object_t build_if_desc(const Netdev *netdev) in build_if_desc()
85 int net_init_vmnet_shared(const Netdev *netdev, const char *name, in net_init_vmnet_shared()
H A Dvmnet-host.c21 static bool validate_options(const Netdev *netdev, Error **errp) in validate_options()
47 static xpc_object_t build_if_desc(const Netdev *netdev) in build_if_desc()
90 int net_init_vmnet_host(const Netdev *netdev, const char *name, in net_init_vmnet_host()
H A Dvhost-vdpa-stub.c16 int net_init_vhost_vdpa(const Netdev *netdev, const char *name, in net_init_vhost_vdpa()
H A Dvhost-user-stub.c17 int net_init_vhost_user(const Netdev *netdev, const char *name, in net_init_vhost_user()
H A Dvde.c112 int net_init_vde(const Netdev *netdev, const char *name, in net_init_vde()
H A Dstream.c271 net_init_stream(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_stream() argument
H A Dhub.c242 net_init_hubport(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_hubport() argument
H A Ddgram.c421 int net_init_dgram(const Netdev *netdev, const char *name, in net_init_dgram() argument
H A Dvhost-user.c460 int net_init_vhost_user(const Netdev *netdev, const char *name, in net_init_vhost_user() argument
H A Dtap.c612 net_init_bridge(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_bridge() argument
800 net_init_tap(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_tap() argument
H A Dnetmap.c400 net_init_netmap(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_netmap() argument
H A Dpasst.c699 int net_init_passt(const Netdev *netdev, const char *name, in net_init_passt() argument
H A Daf-xdp.c478 int net_init_af_xdp(const Netdev *netdev, in net_init_af_xdp()
H A Dnet.c996 net_init_nic(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_nic() argument
1310 net_client_init1(const Netdev * netdev,bool is_netdev,Error ** errp) net_client_init1() argument
1476 qmp_netdev_add(Netdev * netdev,Error ** errp) qmp_netdev_add() argument
[all...]
H A Dl2tpv3.c520 int net_init_l2tpv3(const Netdev *netdev, in net_init_l2tpv3() argument
H A Dsocket.c688 net_init_socket(const Netdev * netdev,const char * name,NetClientState * peer,Error ** errp) net_init_socket() argument
/openbmc/qemu/tests/functional/
H A Dtest_netdev_ethtool.py
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c143 struct eth_device netdev; member
145 struct udevice *netdev; member
2525 static int usb_eth_init(struct eth_device *netdev, bd_t *bd) in usb_eth_init()
2532 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send()
2539 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv()
2566 void usb_eth_halt(struct eth_device *netdev) in usb_eth_halt()
2575 struct eth_device *netdev = &l_priv->netdev; in usb_eth_initialize() local
/openbmc/qemu/include/net/
H A Dfilter.h57 NetClientState *netdev; member

12