Searched refs:bus_no (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/
H A Ddpt_i2o.c1552 u8 bus_no = 0; local
1586 bus_no = buf[0]>>16;
1589 if(bus_no >= MAX_CHANNEL) { // Something wrong skip it
1590 printk(KERN_WARNING"%s: Channel number %d out of range \n", pHba->name, bus_no);
1594 printk(KERN_WARNING"%s: SCSI ID %d out of range \n", pHba->name, bus_no);
1597 if(bus_no > pHba->top_scsi_channel){
1598 pHba->top_scsi_channel = bus_no;
1625 bus_no = 0;
1630 // TODO get the bus_no from hrt-but for now they are in order
1631 //bus_no
2605 u8 bus_no = 0; local
[all...]
H A Dgdth.c1562 u32 bus_no, drv_cnt, drv_no, j; local
1683 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1684 if (iocr->list[bus_no].proc_id < MAXID)
1685 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id;
1687 ha->bus_id[bus_no] = 0xff;
1692 for (bus_no = 0; bus_no < MAXBU
[all...]
/drivers/macintosh/
H A Dtherm_adt746x.c134 unsigned long bus_no; local
140 bus_no = simple_strtoul(adapter->name + 6, NULL, 10);
141 if (bus_no != therm_bus)
/drivers/pci/hotplug/
H A Dibmphp_pci.c1103 debug ("the bus_no behind the bridge is %x\n", busno);
1335 int bus_no, pri_no, sub_no, sec_no = 0; local
1351 bus_no = (int) busno;
1360 if (pri_no != bus_no) {
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c6357 dhdsdio_probe(uint16 venid, uint16 devid, uint16 bus_no, uint16 slot, argument

Completed in 142 milliseconds