Searched refs:virtio_tswap32 (Results 1 – 3 of 3) sorted by relevance
216 static inline uint32_t virtio_tswap32(VirtIODevice *vdev, uint32_t s) in virtio_tswap32() function227 *s = virtio_tswap32(vdev, *s); in virtio_tswap32s()
473 virtio_tswap32(VIRTIO_DEVICE(s), req->req.tmf.subtype); in virtio_scsi_do_tmf()651 virtio_tswap32(VIRTIO_DEVICE(s), req->req.an.event_requested); in virtio_scsi_handle_ctrl_req()786 req->resp.cmd.resid = virtio_tswap32(vdev, resid); in virtio_scsi_command_complete()793 req->resp.cmd.sense_len = virtio_tswap32(vdev, sense_len); in virtio_scsi_command_complete()1065 evt->event = virtio_tswap32(vdev, event); in virtio_scsi_push_event()1066 evt->reason = virtio_tswap32(vdev, reason); in virtio_scsi_push_event()
576 config->max_nr_ports = virtio_tswap32(vdev, in get_config()