Searched refs:slun (Results 1 – 3 of 3) sorted by relevance
1241 struct scsi_lun slun; in spc_emulate_report_luns() local1271 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()1272 memcpy(buf + offset, &slun, in spc_emulate_report_luns()1286 int_to_scsilun(0, &slun); in spc_emulate_report_luns()1288 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
5696 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local5703 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
7951 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local7958 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()