Home
last modified time | relevance | path

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

12

/openbmc/qemu/hw/net/
H A Dvhost_net-stub.c22 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues()
45 void vhost_net_cleanup(struct vhost_net *net) in vhost_net_cleanup()
49 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features()
54 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config()
59 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config()
65 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features()
69 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features()
74 bool vhost_net_virtqueue_pending(VHostNetState *net, int idx) in vhost_net_virtqueue_pending()
79 void vhost_net_virtqueue_mask(VHostNetState *net, VirtIODevice *dev, in vhost_net_virtqueue_mask()
84 bool vhost_net_config_pending(VHostNetState *net) in vhost_net_config_pending()
[all …]
H A Dvhost_net.c38 uint64_t vhost_net_get_features(struct vhost_net *net, uint64_t features) in vhost_net_get_features()
43 int vhost_net_get_config(struct vhost_net *net, uint8_t *config, in vhost_net_get_config()
48 int vhost_net_set_config(struct vhost_net *net, const uint8_t *data, in vhost_net_set_config()
54 void vhost_net_ack_features(struct vhost_net *net, uint64_t features) in vhost_net_ack_features()
60 uint64_t vhost_net_get_max_queues(VHostNetState *net) in vhost_net_get_max_queues()
65 uint64_t vhost_net_get_acked_features(VHostNetState *net) in vhost_net_get_acked_features()
72 struct vhost_net *net = get_vhost_net(nc); in vhost_net_save_acked_features() local
84 struct vhost_net *net; in vhost_net_disable_notifiers_nvhosts() local
144 struct vhost_net *net; in vhost_net_enable_notifiers() local
236 struct vhost_net *net = g_new0(struct vhost_net, 1); in vhost_net_init() local
[all …]
H A Dxen_nic.c603 XenNetDev *net; in type_init() local
H A Dvirtio-net.c225 static void virtio_net_announce_notify(VirtIONet *net) in virtio_net_announce_notify()
673 struct vhost_net *net; in virtio_net_max_tx_queue_size() local
694 struct vhost_net *net; in peer_attach() local
719 struct vhost_net *net; in peer_detach() local
3390 struct vhost_net *net; in virtio_net_get_vhost() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-net.h38 QVirtioNet net; member
43 QVirtioNet net; member
/openbmc/phosphor-ipmi-flash/
H A Dflags.hpp19 net = (1 << 11), /* Expect to send contents over network bridge. */ enumerator
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_sockio.cpp20 namespace net namespace
H A Dnet_iface.cpp28 namespace net namespace
H A Dnet_config.cpp43 namespace net namespace
/openbmc/qemu/hw/virtio/
H A Dvirtio-net-pci.c53 VirtIONet *net = VIRTIO_NET(vdev); in virtio_net_pci_realize() local
/openbmc/qemu/hw/audio/
H A Dgus.c82 int net = 0; in write_audio() local
113 int samples, to_play, net = 0; in GUS_callback() local
H A Dadlib.c157 int net = 0; in write_audio() local
H A Dcs4231a.c530 int temp, net; in cs_write_audio() local
/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp166 int net; member
H A Dncsi_util.cpp727 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid) in MCTPInterface()
/openbmc/qemu/hw/
H A Dmeson.build24 subdir('net') subdir
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc_intf.h66 #define FORM_NETFNLUN(net, lun) ((((net) << 2) | ((lun) & 0x3))) argument
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c67 static struct efi_simple_network *net; variable
/openbmc/u-boot/lib/efi_loader/
H A Defi_net.c40 struct efi_simple_network net; member
/openbmc/qemu/net/
H A Dvhost-user.c124 struct vhost_net *net = NULL; in vhost_user_start() local
H A Dpasst.c364 struct vhost_net *net = NULL; in passt_vhost_user_start() local
H A Dvhost-vdpa.c175 static int vhost_vdpa_net_check_device_id(struct vhost_net *net) in vhost_vdpa_net_check_device_id()
193 struct vhost_net *net = NULL; in vhost_vdpa_add() local
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c112 struct eth_device *net; member
114 struct udevice *net; member
1857 static int rndis_control_ack(struct eth_device *net) in rndis_control_ack()
/openbmc/u-boot/include/
H A Dapi_public.h106 } net; member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.h245 VirtioNetConfig net; member

12