Home
last modified time | relevance | path

Searched refs:TYPE_WLUN (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/scsi/
H A Dscsi_proto.h257 #define TYPE_WLUN 0x1e /* well-known logical unit */ macro
/linux-6.15/drivers/scsi/
H A Dscsi_scan.c934 if (scsi_is_wlun(sdev->lun) && sdev->type != TYPE_WLUN) { in scsi_add_lun()
938 sdev->type = TYPE_WLUN; in scsi_add_lun()
H A Dscsi_debug.c2046 pq_pdt = TYPE_WLUN; /* present, wlun */ in resp_inquiry()