Searched defs:ppb_fmcap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c201 int ppb_fmcap; member in struct:__anon9568
310 ppb->ppb_fmcap = DDI_FM_ERRCB_CAPABLE |
313 ppb->ppb_fmcap = DDI_FM_EREPORT_CAPABLE |
317 ddi_fm_init(devi, &ppb->ppb_fmcap, &ppb->ppb_fm_ibc);
324 if (ppb->ppb_fmcap & (DDI_FM_ERRCB_CAPABLE |
327 if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
331 if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
333 if (ppb->ppb_fmcap & (DDI_FM_ERRCB_CAPABLE |
411 if (ppb->ppb_fmcap & DDI_FM_ERRCB_CAPABLE)
413 if (ppb->ppb_fmcap
[all...]

Completed in 101 milliseconds