Home
last modified time | relevance | path

Searched refs:ScsiLun (Results 1 – 2 of 2) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dscsi.h38 union ScsiLun { union
43 typedef union ScsiLun ScsiLun; typedef
144 ScsiLun lun[1]; /* space for at least 1 lun must be allocated */
165 static inline ScsiLun make_lun(uint16_t channel, uint16_t target, uint32_t lun) in make_lun()
167 ScsiLun r = { .v64 = 0 }; in make_lun()
H A Dvirtio-scsi.h37 ScsiLun lun;