Home
last modified time | relevance | path

Searched refs:trans_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2286 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type()
2291 *trans_type = PF_ADDR_PIO; in pf_pci_find_trans_type()
2300 *trans_type = 0; in pf_pci_find_trans_type()
2305 *trans_type = PF_ADDR_PIO; in pf_pci_find_trans_type()
2311 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type()
2334 uint32_t trans_type; in pf_pci_decode() local
2347 trans_type = PF_ADDR_PIO; in pf_pci_decode()
2369 trans_type = PF_ADDR_CFG; in pf_pci_decode()
2378 trans_type = PF_ADDR_DMA; in pf_pci_decode()
3323 uint32_t trans_type = reg_p->pcie_ue_tgt_trans; in pf_find_busp_by_aer() local
[all …]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c671 uint32_t trans_type; in px_pcie_ptlp() local
694 trans_type = adv_reg.pcie_ue_tgt_trans; in px_pcie_ptlp()
713 trans_type = adv_reg.pcie_ue_tgt_trans; in px_pcie_ptlp()
718 lookup = pf_hdl_lookup(dip, derr->fme_ena, trans_type, addr, in px_pcie_ptlp()