Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/
Dtarget_core_spc.c1247 struct scsi_lun slun; in spc_emulate_report_luns() local
1277 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
1278 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
1292 int_to_scsilun(0, &slun); in spc_emulate_report_luns()
1294 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c5696 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local
5703 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
Daic79xx_core.c7951 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local
7958 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()