Searched refs:pcie_ue_hdr (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fire.c | 212 data->pcie_ue_hdr[0] = (uint32_t)(reg >> 32); in fab_xlate_fire_ue() 213 data->pcie_ue_hdr[1] = (uint32_t)(reg); in fab_xlate_fire_ue() 216 data->pcie_ue_hdr[2] = (uint32_t)(reg >> 32); in fab_xlate_fire_ue() 217 data->pcie_ue_hdr[3] = (uint32_t)(reg); in fab_xlate_fire_ue() 220 hdr = (pcie_tlp_hdr_t *)(&data->pcie_ue_hdr[0]); in fab_xlate_fire_ue() 229 data->pcie_ue_tgt_addr = data->pcie_ue_hdr[2]; in fab_xlate_fire_ue() 235 data->pcie_ue_tgt_bdf = data->pcie_ue_hdr[2] >> 16; in fab_xlate_fire_ue() 242 data->pcie_ue_hdr[0] = (uint32_t)(reg >> 32); in fab_xlate_fire_ue() 243 data->pcie_ue_hdr[1] = (uint32_t)(reg); in fab_xlate_fire_ue() 246 data->pcie_ue_hdr[2] = (uint32_t)(reg >> 32); in fab_xlate_fire_ue() [all …]
|
H A D | fx_epkt.c | 187 data.pcie_ue_hdr[0] = (uint32_t)(epkt.hdr[0] >> 32); in fab_xlate_epkt_erpts() 188 data.pcie_ue_hdr[1] = (uint32_t)epkt.hdr[0]; in fab_xlate_epkt_erpts() 189 data.pcie_ue_hdr[2] = (uint32_t)(epkt.hdr[1] >> 32); in fab_xlate_epkt_erpts() 190 data.pcie_ue_hdr[3] = (uint32_t)(epkt.hdr[1]); in fab_xlate_epkt_erpts() 192 tlp_hdr = (pcie_tlp_hdr_t *)&data.pcie_ue_hdr[0]; in fab_xlate_epkt_erpts() 193 ptr = &data.pcie_ue_hdr[1]; in fab_xlate_epkt_erpts() 229 fmd_hdl_debug(hdl, "HEADER 0 0x%x", data.pcie_ue_hdr[0]); in fab_xlate_epkt_erpts() 230 fmd_hdl_debug(hdl, "HEADER 1 0x%x", data.pcie_ue_hdr[1]); in fab_xlate_epkt_erpts() 231 fmd_hdl_debug(hdl, "HEADER 2 0x%x", data.pcie_ue_hdr[2]); in fab_xlate_epkt_erpts() 232 fmd_hdl_debug(hdl, "HEADER 3 0x%x", data.pcie_ue_hdr[3]); in fab_xlate_epkt_erpts()
|
H A D | fx_fabric.c | 245 FAB_LOOKUP(32, "pcie_ue_hdr0", &data->pcie_ue_hdr[0]); in fab_pci_fabric_to_data() 246 FAB_LOOKUP(32, "pcie_ue_hdr1", &data->pcie_ue_hdr[1]); in fab_pci_fabric_to_data() 247 FAB_LOOKUP(32, "pcie_ue_hdr2", &data->pcie_ue_hdr[2]); in fab_pci_fabric_to_data() 248 FAB_LOOKUP(32, "pcie_ue_hdr3", &data->pcie_ue_hdr[3]); in fab_pci_fabric_to_data()
|
H A D | fabric-xlate.h | 116 uint32_t pcie_ue_hdr[4]; /* pcie ue header log */ member
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_err.c | 184 adv_reg.pcie_ue_hdr[0] = (uint32_t)(pec_p->hdr[0] >>32); in px_err_fill_pfd() 185 adv_reg.pcie_ue_hdr[1] = (uint32_t)(pec_p->hdr[0]); in px_err_fill_pfd() 186 adv_reg.pcie_ue_hdr[2] = (uint32_t)(pec_p->hdr[1] >>32); in px_err_fill_pfd() 187 adv_reg.pcie_ue_hdr[3] = (uint32_t)(pec_p->hdr[1]); in px_err_fill_pfd() 700 adv_reg.pcie_ue_hdr[0] = (uint32_t)(epkt->hdr[0] >> 32); in px_port_handle_errors() 701 adv_reg.pcie_ue_hdr[1] = (uint32_t)(epkt->hdr[0]); in px_port_handle_errors() 702 adv_reg.pcie_ue_hdr[2] = (uint32_t)(epkt->hdr[1] >> 32); in px_port_handle_errors() 703 adv_reg.pcie_ue_hdr[3] = (uint32_t)(epkt->hdr[1]); in px_port_handle_errors() 765 adv_reg.pcie_ue_hdr[0] = (uint32_t)(pec_p->hdr[0] >> 32); in px_pcie_epkt_severity() 766 adv_reg.pcie_ue_hdr[1] = (uint32_t)(pec_p->hdr[0]); in px_pcie_epkt_severity() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_fm.c | 681 adv_reg.pcie_ue_hdr[0] = regs->rx_hdr1; in px_pcie_ptlp() 682 adv_reg.pcie_ue_hdr[1] = regs->rx_hdr2; in px_pcie_ptlp() 683 adv_reg.pcie_ue_hdr[2] = regs->rx_hdr3; in px_pcie_ptlp() 684 adv_reg.pcie_ue_hdr[3] = regs->rx_hdr4; in px_pcie_ptlp() 687 tlp_cmd = ((pcie_tlp_hdr_t *)(adv_reg.pcie_ue_hdr))->type; in px_pcie_ptlp() 704 adv_reg.pcie_ue_hdr[0] = regs->tx_hdr1; in px_pcie_ptlp() 705 adv_reg.pcie_ue_hdr[1] = regs->tx_hdr2; in px_pcie_ptlp() 706 adv_reg.pcie_ue_hdr[2] = regs->tx_hdr3; in px_pcie_ptlp() 707 adv_reg.pcie_ue_hdr[3] = regs->tx_hdr4; in px_pcie_ptlp()
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_err.c | 1888 adv_reg.pcie_ue_hdr[0] = (uint32_t)(data >> 32); in px_err_wuc_ruc_handle() 1889 adv_reg.pcie_ue_hdr[1] = (uint32_t)(data & 0xFFFFFFFF); in px_err_wuc_ruc_handle() 1891 adv_reg.pcie_ue_hdr[2] = (uint32_t)(data >> 32); in px_err_wuc_ruc_handle() 1892 adv_reg.pcie_ue_hdr[3] = (uint32_t)(data & 0xFFFFFFFF); in px_err_wuc_ruc_handle() 2216 adv_reg.pcie_ue_hdr[0] = (uint32_t)(rx_h1 >> 32); in PX_ERPT_SEND_DEC() 2217 adv_reg.pcie_ue_hdr[1] = (uint32_t)rx_h1; in PX_ERPT_SEND_DEC() 2218 adv_reg.pcie_ue_hdr[2] = (uint32_t)(rx_h2 >> 32); in PX_ERPT_SEND_DEC() 2219 adv_reg.pcie_ue_hdr[3] = (uint32_t)rx_h2; in PX_ERPT_SEND_DEC() 2222 cpl = (pcie_cpl_t *)&adv_reg.pcie_ue_hdr[1]; in PX_ERPT_SEND_DEC() 2230 adv_reg.pcie_ue_hdr[0] = (uint32_t)(tx_h1 >> 32); in PX_ERPT_SEND_DEC() [all …]
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 2659 pcie_tlp_hdr_t *tlp_hdr = (pcie_tlp_hdr_t *)adv_reg_p->pcie_ue_hdr; in pf_tlp_decode() 2675 flt_addr = ((uint64_t)adv_reg_p->pcie_ue_hdr[2] << 32); in pf_tlp_decode() 2676 flt_addr |= adv_reg_p->pcie_ue_hdr[3]; in pf_tlp_decode() 2678 flt_addr = adv_reg_p->pcie_ue_hdr[2]; in pf_tlp_decode() 2681 tlp_bdf = (pcie_req_id_t)(adv_reg_p->pcie_ue_hdr[1] >> 16); in pf_tlp_decode() 2704 flt_bdf = (pcie_req_id_t)(adv_reg_p->pcie_ue_hdr[2] >> 16); in pf_tlp_decode() 2710 pcie_cpl_t *cpl_tlp = (pcie_cpl_t *)&adv_reg_p->pcie_ue_hdr[1]; in pf_tlp_decode() 2959 PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[0], in pf_send_ereport() 2961 PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[1], in pf_send_ereport() 2963 PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[2], in pf_send_ereport() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pciev.h | 53 uint32_t pcie_ue_hdr[4]; /* pcie ue header log */ member
|
H A D | pcie_impl.h | 164 #define PCIE_ADV_HDR(pfd_p, n) PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[n] 242 uint32_t pcie_ue_hdr[4]; /* pcie ue header log */ member
|