Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_spc.c1208 struct scsi_lun slun; in spc_emulate_report_luns() local
1238 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
1239 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
1253 int_to_scsilun(0, &slun); in spc_emulate_report_luns()
1255 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c5760 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local
5767 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
Daic79xx_core.c8037 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local
8044 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()