Lines Matching refs:scsi_lun
597 unit, (int)d->scsi_channel, (int)d->scsi_id, (int)d->scsi_lun, in adpt_proc_info()
1102 if(d->scsi_lun == lun){ in adpt_find_device()
1108 if(d->scsi_lun == lun){ in adpt_find_device()
1379 s16 scsi_lun; in adpt_i2o_parse_lct() local
1413 scsi_lun = (buf[2]>>8 )&0xff; in adpt_i2o_parse_lct()
1428 if(scsi_lun > pHba->top_scsi_lun){ in adpt_i2o_parse_lct()
1429 pHba->top_scsi_lun = scsi_lun; in adpt_i2o_parse_lct()
1488 scsi_lun = (buf[2]>>8 )&0xff; in adpt_i2o_parse_lct()
1516 pDev->scsi_lun = scsi_lun; in adpt_i2o_parse_lct()
1524 if(scsi_lun > pHba->top_scsi_lun){ in adpt_i2o_parse_lct()
1525 pHba->top_scsi_lun = scsi_lun; in adpt_i2o_parse_lct()
2373 s16 scsi_lun; in adpt_i2o_reparse_lct() local
2413 scsi_lun = (buf[2]>>8 )&0xff; in adpt_i2o_reparse_lct()
2417 if(pDev->scsi_lun == scsi_lun) { in adpt_i2o_reparse_lct()
2463 pDev->scsi_lun = scsi_lun; in adpt_i2o_reparse_lct()
2472 if(scsi_lun > pHba->top_scsi_lun){ in adpt_i2o_reparse_lct()
2473 pHba->top_scsi_lun = scsi_lun; in adpt_i2o_reparse_lct()
2480 if(pDev->scsi_lun == scsi_lun) { in adpt_i2o_reparse_lct()
2483 pHba->name,bus_no,scsi_id,scsi_lun); in adpt_i2o_reparse_lct()
2514 …RNING"%s: Device (%d,%d,%d) offline\n",pHba->name,pDev->scsi_channel,pDev->scsi_id,pDev->scsi_lun); in adpt_i2o_reparse_lct()