Lines Matching refs:mca_dev
1510 struct mca_device *mca_dev = to_mca_device(dev); in ibmmca_probe() local
1511 const char *description = ibmmca_description[mca_dev->index]; in ibmmca_probe()
1543 pos[j] = mca_device_read_pos(mca_dev, j); in ibmmca_probe()
1558 if (mca_dev->slot == MCA_INTEGSCSI && in ibmmca_probe()
1571 if ((mca_dev->index == IBM_SCSI2_FW) && (pos[6] != 0)) { in ibmmca_probe()
1578 if (mca_dev->index == IBM_SCSI2_FW) { in ibmmca_probe()
1583 if ((mca_dev->index == IBM_SCSI2_FW) && in ibmmca_probe()
1597 if (mca_dev->slot == MCA_INTEGSCSI) in ibmmca_probe()
1629 special(shpnt) = mca_dev->index; /* important assignment or else crash! */ in ibmmca_probe()
1655 check_devices(shpnt, mca_dev->index); /* call by value, using the global variable hosts */ in ibmmca_probe()
1663 mca_device_set_name(mca_dev, description); in ibmmca_probe()
1667 mca_device_set_claim(mca_dev, 1); in ibmmca_probe()