Searched refs:PF_ADDR_DMA (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fabric-xlate.h | 44 #define PF_ADDR_DMA (1 << 0) macro
|
H A D | fx_epkt.c | 130 data->pcie_ue_tgt_trans = PF_ADDR_DMA; in fab_xlate_epkt()
|
H A D | fx_fire.c | 355 data->pcie_ue_tgt_trans = PF_ADDR_DMA; in fab_xlate_fire_dmc()
|
H A D | fx_subr.c | 119 else if ((tgt_trans == PF_ADDR_CFG || (tgt_trans == PF_ADDR_DMA)) && in fab_send_tgt_erpt()
|
/titanic_50/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2175 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type() 2200 *trans_type = PF_ADDR_DMA; in pf_pci_find_trans_type() 2266 trans_type = PF_ADDR_DMA; in pf_pci_decode() 2353 if ((flag & PF_ADDR_DMA) && DDI_FM_DMA_ERR_CAP(fmhdl->fh_cap)) in pf_hdl_child_lookup() 2389 ((flag & PF_ADDR_DMA || flag & PF_ADDR_PIO)) && in pf_hdl_child_lookup() 2571 flt_trans_type = PF_ADDR_DMA; in pf_tlp_decode() 2576 flt_trans_type = PF_ADDR_DMA; in pf_tlp_decode() 2604 flt_trans_type = PF_ADDR_DMA; in pf_tlp_decode()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 399 #define PF_ADDR_DMA (1 << 0) macro
|
/titanic_50/usr/src/uts/sun4u/io/px/ |
H A D | px_err.c | 1796 (void) pf_hdl_lookup(rpdip, derr->fme_ena, PF_ADDR_DMA, NULL, in px_err_mmu_rbne_handle() 1827 (void) pf_hdl_lookup(rpdip, derr->fme_ena, PF_ADDR_DMA, NULL, in px_err_mmu_tfa_handle() 1859 status = pf_hdl_lookup(rpdip, derr->fme_ena, PF_ADDR_DMA, in px_err_mmu_parity_handle()
|
/titanic_50/usr/src/uts/sun4v/io/px/ |
H A D | px_err.c | 842 return (pf_hdl_lookup(dip, derr->fme_ena, PF_ADDR_DMA, addr, in px_mmu_handle_lookup()
|