Searched refs:luns (Results 1 – 4 of 4) sorted by relevance
308 struct fsg_lun luns[FSG_MAX_LUNS]; member356 } luns[FSG_MAX_LUNS]; member685 struct fsg_lun *curlun = &common->luns[common->lun]; in do_read()812 struct fsg_lun *curlun = &common->luns[common->lun]; in do_write()994 struct fsg_lun *curlun = &common->luns[common->lun]; in do_verify()1082 struct fsg_lun *curlun = &common->luns[common->lun]; in do_inquiry()1110 struct fsg_lun *curlun = &common->luns[common->lun]; in do_request_sense()1161 struct fsg_lun *curlun = &common->luns[common->lun]; in do_read_capacity()1180 struct fsg_lun *curlun = &common->luns[common->lun]; in do_read_header()1203 struct fsg_lun *curlun = &common->luns[common->lun]; in do_read_toc()[all …]
221 int i, ret, luns; in virtio_scsi_locate_device() local266 luns = r->lun_list_len / 8; in virtio_scsi_locate_device()267 debug_print_int("LUNs reported", luns); in virtio_scsi_locate_device()268 if (luns == 1) { in virtio_scsi_locate_device()277 for (i = 0; i < luns; i++) { in virtio_scsi_locate_device()
260 #. optionally add more devices (luns 1 ... 15)
154 * Added code to support sensors on other luns (On behalf of Kontron Germany)