Searched refs:slun (Results 1 – 3 of 3) sorted by relevance
1198 struct scsi_lun slun; in spc_emulate_report_luns() local1228 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()1229 memcpy(buf + offset, &slun, in spc_emulate_report_luns()1243 int_to_scsilun(0, &slun); in spc_emulate_report_luns()1245 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
5760 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local5767 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
8048 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local8055 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()