Searched refs:hsip (Results 1 – 2 of 2) sorted by relevance
858 hpc_slot_info_t *hsip; in hsc_alloc_slot() local871 hsip = &hsp->hs_info; in hsc_alloc_slot()873 hsip->version = HPC_SLOT_INFO_VERSION; in hsc_alloc_slot()874 hsip->slot_type = HPC_SLOT_TYPE_CPCI; in hsc_alloc_slot()875 hsip->pci_dev_num = device_number; in hsc_alloc_slot()876 hsip->pci_slot_capabilities = 0; in hsc_alloc_slot()877 hsip->slot_flags = HPC_SLOT_CREATE_DEVLINK; in hsc_alloc_slot()882 (void) sprintf(hsip->pci_slot_name, "cpci_slot%d", slot_number); in hsc_alloc_slot()
824 struct idn *sip, *hsip, *tsip; in idndetach() local941 if ((hsip = tsip = idn.sip) == sip) { in idndetach()944 for (; hsip && (sip != hsip); tsip = hsip, in idndetach()945 hsip = hsip->si_nextp) in idndetach()947 if (hsip) in idndetach()948 tsip->si_nextp = hsip->si_nextp; in idndetach()