Searched refs:slun (Results 1 – 3 of 3) sorted by relevance
1205 struct scsi_lun slun; in spc_emulate_report_luns() local1235 int_to_scsilun(deve->mapped_lun, &slun); in spc_emulate_report_luns()1236 memcpy(buf + offset, &slun, in spc_emulate_report_luns()1250 int_to_scsilun(0, &slun); in spc_emulate_report_luns()1252 memcpy(buf + offset, &slun, in spc_emulate_report_luns()
5727 int slun = SCB_GET_LUN(scb); in ahc_match_scb() local5734 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahc_match_scb()
7996 int slun = SCB_GET_LUN(scb); in ahd_match_scb() local8003 match = ((lun == slun) || (lun == CAM_LUN_WILDCARD)); in ahd_match_scb()