Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmain.c41 if (cutype == CU_TYPE_VIRTIO && virtio_get_device_type() == VIRTIO_ID_NET) { in write_subsystem_identification()
53 if (cutype == CU_TYPE_VIRTIO && virtio_get_device_type() != VIRTIO_ID_NET) { in write_iplb_location()
105 if (virtio_get_device_type() != VIRTIO_ID_NET) { in is_dev_possibly_bootable()
H A Dvirtio.h262 VirtioDevType virtio_get_device_type(void);
H A Dbootmap.c1093 if (virtio_get_device_type() == VIRTIO_ID_NET) { in zipl_load()
1104 switch (virtio_get_device_type()) { in zipl_load()
H A Dvirtio.c42 VirtioDevType virtio_get_device_type(void) in virtio_get_device_type() function
H A Dnetmain.c456 if (virtio_get_device_type() != VIRTIO_ID_NET) { in find_net_dev()