Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Dscsi.h165 static inline ScsiLun make_lun(uint16_t channel, uint16_t target, uint32_t lun) in make_lun() function
H A Dvirtio-scsi.c68 req.lun = make_lun(sdev->channel, sdev->target, sdev->lun); in prepare_request()