Searched refs:trans_type (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2277 pf_pci_find_trans_type(pf_data_t *pfd_p, uint64_t *addr, uint32_t *trans_type, in pf_pci_find_trans_type() argument 2286 *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() 2359 pf_pci_find_trans_type(pfd_p, &addr, &trans_type, &bdf); in pf_pci_decode() 2369 trans_type = PF_ADDR_CFG; in pf_pci_decode() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_fm.c | 671 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()
|