Home
last modified time | relevance | path

Searched refs:pcie_tlp_hdr_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c169 pcie_tlp_hdr_t *hdr; in fab_xlate_fire_ue()
220 hdr = (pcie_tlp_hdr_t *)(&data->pcie_ue_hdr[0]); in fab_xlate_fire_ue()
284 if (((pcie_tlp_hdr_t *)(&data->pcie_ue_hdr[0]))->type == in fab_xlate_fire_oe()
H A Dfx_epkt.c149 pcie_tlp_hdr_t *tlp_hdr; in fab_xlate_epkt_erpts()
192 tlp_hdr = (pcie_tlp_hdr_t *)&data.pcie_ue_hdr[0]; in fab_xlate_epkt_erpts()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie.h912 } pcie_tlp_hdr_t; typedef
984 } pcie_tlp_hdr_t; typedef
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c1873 pcie_tlp_hdr_t *hdr = (pcie_tlp_hdr_t *)&PCIE_ADV_HDR(pfd_p, 0); in pf_analyse_ptlp()
2659 pcie_tlp_hdr_t *tlp_hdr = (pcie_tlp_hdr_t *)adv_reg_p->pcie_ue_hdr; in pf_tlp_decode()
3322 pcie_tlp_hdr_t *tlp_hdr = (pcie_tlp_hdr_t *)reg_p->pcie_ue_hdr; in pf_find_busp_by_aer()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c687 tlp_cmd = ((pcie_tlp_hdr_t *)(adv_reg.pcie_ue_hdr))->type; in px_pcie_ptlp()