Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_main.c178 if (pci_config_setup(pUM->pDev, &pUM->pPciCfg) != DDI_SUCCESS) in BnxePciInit()
190 if (pUM->pPciCfg) in BnxePciDestroy()
192 pci_config_teardown(&pUM->pPciCfg); in BnxePciDestroy()
193 pUM->pPciCfg = NULL; in BnxePciDestroy()
495 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeAttachDevice()
H A Dbnxe_hw.c1047 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeEstablishHwConn()
1074 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeEstablishHwConn()
1415 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeHwStartCore()
1807 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeHwStopCore()
1933 BnxeCheckAccHandle(pUM->pPciCfg) != DDI_FM_OK) in BnxeHwSuspend()
H A Dbnxe_mm.c113 *pRegValue = pci_config_get32(pUM->pPciCfg, (off_t)pciReg); in mm_read_pci()
125 pci_config_put32(pUM->pPciCfg, (off_t)pciReg, regValue); in mm_write_pci()
H A Dbnxe.h604 ddi_acc_handle_t pPciCfg; member
H A Dbnxe_gld.c1012 pData->value = pci_config_get32(pUM->pPciCfg, (off_t)pData->offset); in BnxeReadPciCfg()