Searched refs:sghsc_slot_table (Results 1 – 2 of 2) sorted by relevance
399 sghsc->sghsc_slot_table = (sghsc_slot_t *)kmem_zalloc((size_t) in sghsc_attach()509 if (sghsc->sghsc_slot_table[i].handle && in sghsc_detach()511 sghsc->sghsc_slot_table[i].handle)) { in sghsc_detach()568 if (sghsc->sghsc_slot_table == NULL) in sghsc_register_slots()638 nexuspath = sghsc->sghsc_slot_table[i].nexus_path; in sghsc_register_slots()642 sghsc->sghsc_slot_table[i].pci_device_num = in sghsc_register_slots()648 slot_info = &sghsc->sghsc_slot_table[i].slot_info; in sghsc_register_slots()667 sghsc->sghsc_slot_table[i].slot_ops = slot_ops; in sghsc_register_slots()683 sghsc->sghsc_slot_table[i].flags = SGHSC_SLOT_AUTO_CFG_EN; in sghsc_register_slots()684 sghsc->sghsc_slot_table[i].board_type = HPC_BOARD_UNKNOWN; in sghsc_register_slots()[all …]
64 (&sghsc->sghsc_slot_table[slot_num]->slot_mutex)170 sghsc_slot_t *sghsc_slot_table; member