Searched refs:slot_table_prop (Results 1 – 2 of 2) sorted by relevance
679 slotnum = hsc->slot_table_prop[i].pslotnum; in hsc_autoconfig()1127 if (hsc->slot_table_prop[i].pci_devno == pci_devno) in hsc_get_slot_info()1129 hsc->slot_table_prop[i].pslotnum)); in hsc_get_slot_info()1480 hsp = hsc_find_slot(hsc->slot_table_prop[i].pslotnum); in hsc_clear_all_enum()1489 hsc->slot_table_prop[i].pslotnum); in hsc_clear_all_enum()1622 hsc->slot_table_prop = (hsc_slot_table_t *) in scsb_hsc_attach()1661 hsc->slot_table_prop[i].pslotnum = atoi(phys_slotname); in scsb_hsc_attach()1662 hsc->slot_table_prop[i].ga = atoi(ga); in scsb_hsc_attach()1663 hsc->slot_table_prop[i].pci_devno = atoi(pcidev); in scsb_hsc_attach()1664 (void) strcpy(hsc->slot_table_prop[i].nexus, nexus); in scsb_hsc_attach()[all …]
81 hsc_slot_table_t *slot_table_prop; member