Searched refs:trans_type (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2167 pf_pci_find_trans_type(pf_data_t *pfd_p, uint64_t *addr, uint32_t *trans_type, in pf_pci_find_trans_type() argument 2175 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type() 2180 *trans_type = PF_ADDR_PIO; in pf_pci_find_trans_type() 2189 *trans_type = 0; in pf_pci_find_trans_type() 2194 *trans_type = PF_ADDR_PIO; in pf_pci_find_trans_type() 2200 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type() 2222 uint32_t trans_type; in pf_pci_decode() local 2235 trans_type = PF_ADDR_PIO; in pf_pci_decode() 2247 pf_pci_find_trans_type(pfd_p, &addr, &trans_type, &bdf); in pf_pci_decode() 2257 trans_type = PF_ADDR_CFG; in pf_pci_decode() [all …]
|
/titanic_41/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()
|