Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_spc.c1214 struct scsi_lun slun; in spc_emulate_report_luns() local
1244 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()
1245 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
1259 int_to_scsilun(0, &slun); in spc_emulate_report_luns()
1261 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5699 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local
5706 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
H A Daic79xx_core.c7956 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local
7963 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()