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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c178 if (pci_config_setup(pUM->pDev, &pUM->pPciCfg) != DDI_SUCCESS)
190 if (pUM->pPciCfg)
192 pci_config_teardown(&pUM->pPciCfg);
193 pUM->pPciCfg = NULL;
495 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
H A Dbnxe_hw.c1047 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
1074 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
1415 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
1807 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
1933 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK)
H A Dbnxe_mm.c113 *pRegValue = pci_config_get32(pUM->pPciCfg, (off_t)pciReg);
125 pci_config_put32(pUM->pPciCfg, (off_t)pciReg, regValue);
H A Dbnxe.h604 ddi_acc_handle_t pPciCfg; member in struct:_um_device
H A Dbnxe_gld.c1012 pData->value = pci_config_get32(pUM->pPciCfg, (off_t)pData->offset);

Completed in 88 milliseconds