Lines Matching refs:unit

281 				NULL, MKDEV(DPTI_I2O_MAJOR, pHba->unit), NULL,  in adpt_detect()
282 "dpti%d", pHba->unit); in adpt_detect()
286 pHba->unit); in adpt_detect()
549 int unit; in adpt_show_info() local
579 unit = d->pI2o_dev->lct_data.tid; in adpt_show_info()
581 unit, (int)d->scsi_channel, (int)d->scsi_id, d->scsi_lun, in adpt_show_info()
1021 pHba->unit = hba_count; in adpt_install_hba()
1151 MKDEV(DPTI_I2O_MAJOR, pHba->unit)); in adpt_i2o_delete_hba()
1253 printk(KERN_INFO"dpti%d: POST WAIT TIMEOUT\n",pHba->unit); in adpt_i2o_post_wait()
1295 printk(KERN_WARNING"dpti%d: Timeout waiting for message frame!\n", pHba->unit); in adpt_i2o_post_this()
1657 if (pHba->unit == minor) { in adpt_open()
1690 if (pHba->unit == minor) { in adpt_close()
2004 if (pHba->unit == minor) { in adpt_ioctl()
2033 HbaInfo.drvrHBAnum = pHba->unit; in adpt_ioctl()
2364 host->unique_id = (u32)sys_tbl_pa + pHba->unit; in adpt_scsi_host_alloc()
2933 pHba->unit); in adpt_i2o_status_get()
2974 pHba->unit); in adpt_i2o_status_get()
3010 printk("dpti%d: State = ",pHba->unit); in adpt_i2o_status_get()
3146 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table()
3183 int unit = d->lct_data.tid; in adpt_i2o_report_hba_unit() local
3185 printk(KERN_INFO "TID %3.3d ", unit); in adpt_i2o_report_hba_unit()
3187 if(adpt_i2o_query_scalar(pHba, unit, 0xF100, 3, buf, 16)>=0) in adpt_i2o_report_hba_unit()
3192 if(adpt_i2o_query_scalar(pHba, unit, 0xF100, 4, buf, 16)>=0) in adpt_i2o_report_hba_unit()
3197 if(adpt_i2o_query_scalar(pHba, unit, 0xF100, 6, buf, 8)>=0) in adpt_i2o_report_hba_unit()
3451 pHba->unit, -ret); in adpt_i2o_quiesce_hba()
3453 printk(KERN_INFO"dpti%d: Quiesced.\n",pHba->unit); in adpt_i2o_quiesce_hba()
3506 msg[4] = (0<<16) | ((pHba->unit+2) << 12); /* Host 0 IOP ID (unit + 2) */ in adpt_i2o_systab_send()