Searched refs:virtio_get_device_type (Results 1 – 5 of 5) sorted by relevance
41 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()
262 VirtioDevType virtio_get_device_type(void);
1093 if (virtio_get_device_type() == VIRTIO_ID_NET) { in zipl_load()1104 switch (virtio_get_device_type()) { in zipl_load()
42 VirtioDevType virtio_get_device_type(void) in virtio_get_device_type() function
456 if (virtio_get_device_type() != VIRTIO_ID_NET) { in find_net_dev()