Home
last modified time | relevance | path

Searched refs:bus_no (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Ddpt_i2o.c1377 u8 bus_no = 0; in adpt_i2o_parse_lct() local
1411 bus_no = buf[0]>>16; in adpt_i2o_parse_lct()
1414 if(bus_no >= MAX_CHANNEL) { // Something wrong skip it in adpt_i2o_parse_lct()
1415 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct()
1419 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no); in adpt_i2o_parse_lct()
1422 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct()
1423 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct()
1450 bus_no = 0; in adpt_i2o_parse_lct()
1457 if(bus_no > pHba->top_scsi_channel){ in adpt_i2o_parse_lct()
1458 pHba->top_scsi_channel = bus_no; in adpt_i2o_parse_lct()
[all …]
Dgdth.c1907 ulong32 bus_no, drv_cnt, drv_no, j; in GDTH_INITFUNC() local
2028 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) { in GDTH_INITFUNC()
2029 if (iocr->list[bus_no].proc_id < MAXID) in GDTH_INITFUNC()
2030 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id; in GDTH_INITFUNC()
2032 ha->bus_id[bus_no] = 0xff; in GDTH_INITFUNC()
2037 for (bus_no = 0; bus_no < MAXBUS; ++bus_no) { in GDTH_INITFUNC()
2038 chn->channel_no = bus_no; in GDTH_INITFUNC()
2043 if (bus_no == 0) { in GDTH_INITFUNC()
2051 ha->bus_id[bus_no] = chn->siop_id; in GDTH_INITFUNC()
2053 ha->bus_id[bus_no] = 0xff; in GDTH_INITFUNC()
[all …]
/linux-2.4.37.9/drivers/hotplug/
Dibmphp_pci.c1341 int bus_no, pri_no, sub_no, sec_no = 0; in unconfigure_boot_bridge() local
1354 bus_no = (int) busno; in unconfigure_boot_bridge()
1363 if (pri_no != bus_no) { in unconfigure_boot_bridge()