Searched refs:VIRTIO_ID_NET (Results 1 – 10 of 10) 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()249 case VIRTIO_ID_NET: in virtio_setup()
252 case VIRTIO_ID_NET: in virtio_setup_ccw()354 case VIRTIO_ID_NET: in virtio_is_supported()
25 VIRTIO_ID_NET = 1, enumerator
506 if (virtio_get_device_type() != VIRTIO_ID_NET) { in find_net_dev()
1096 if (virtio_get_device_type() == VIRTIO_ID_NET) { in zipl_load()
160 g_assert_cmphex(interface->vdev->device_type, ==, VIRTIO_ID_NET); in virtio_net_pci_create()
25 [VIRTIO_ID_NET] = VIRTIO_NET_DRV_NAME,
23 #define VIRTIO_ID_NET 1 /* virtio net */ macro
183 if (device_id != VIRTIO_ID_NET) { in vhost_vdpa_net_check_device_id()
288 .vdev_id = VIRTIO_ID_NET,