Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dhub.c30 typedef struct NetHub NetHub; typedef
35 NetHub *hub;
39 struct NetHub { struct
41 QLIST_ENTRY(NetHub) next; argument
46 static QLIST_HEAD(, NetHub) hubs = QLIST_HEAD_INITIALIZER(&hubs); argument
48 static ssize_t net_hub_receive(NetHub *hub, NetHubPort *source_port, in net_hub_receive()
63 static ssize_t net_hub_receive_iov(NetHub *hub, NetHubPort *source_port, in net_hub_receive_iov()
79 static NetHub *net_hub_new(int id) in net_hub_new()
81 NetHub *hub; in net_hub_new()
97 NetHub *hub = src_port->hub; in net_hub_port_can_receive()
[all …]