Symbol: PCIE_ADV_REG
usr/src/uts/common/io/pciex/pcie.c
1217
PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1218
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF;
usr/src/uts/common/io/pciex/pcie.c
1299
kmem_free(PCIE_ADV_REG(pfd_p),
usr/src/uts/common/io/pciex/pcie.c
1369
PCIE_ADV_REG(pfd_p) = PCIE_ZALLOC(pf_pcie_adv_err_regs_t);
usr/src/uts/common/io/pciex/pcie.c
1374
PCIE_ADV_REG(pfd_p)->pcie_ue_sev = pcie_aer_uce_severity;
usr/src/uts/common/io/pciex/pcie.c
1381
kmem_free(PCIE_ADV_REG(pfd_p), sizeof (pf_pcie_adv_err_regs_t));
usr/src/uts/common/io/pciex/pcie_fault.c
1502
(PCIE_ADV_REG(pfd_p)->pcie_ue_status & \
usr/src/uts/common/io/pciex/pcie_fault.c
1503
((PCIE_ADV_REG(pfd_p)->pcie_ue_mask) ^ 0xFFFFFFFF))
usr/src/uts/common/io/pciex/pcie_fault.c
1942
if (PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr)
usr/src/uts/common/io/pciex/pcie_fault.c
1983
secbus = PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf;
usr/src/uts/common/io/pciex/pcie_fault.c
2190
PCIE_ADV_REG(pfd_p)->pcie_ue_status = aer_ue;
usr/src/uts/common/io/pciex/pcie_fault.c
3003
PCIE_ADV_REG(pfd_p)->pcie_adv_ctl,
usr/src/uts/common/io/pciex/pcie_fault.c
3005
PCIE_ADV_REG(pfd_p)->pcie_ue_status,
usr/src/uts/common/io/pciex/pcie_fault.c
3007
PCIE_ADV_REG(pfd_p)->pcie_ue_mask,
usr/src/uts/common/io/pciex/pcie_fault.c
3009
PCIE_ADV_REG(pfd_p)->pcie_ue_sev,
usr/src/uts/common/io/pciex/pcie_fault.c
3011
PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[0],
usr/src/uts/common/io/pciex/pcie_fault.c
3013
PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[1],
usr/src/uts/common/io/pciex/pcie_fault.c
3015
PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[2],
usr/src/uts/common/io/pciex/pcie_fault.c
3017
PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[3],
usr/src/uts/common/io/pciex/pcie_fault.c
3019
PCIE_ADV_REG(pfd_p)->pcie_ce_status,
usr/src/uts/common/io/pciex/pcie_fault.c
3021
PCIE_ADV_REG(pfd_p)->pcie_ce_mask,
usr/src/uts/common/io/pciex/pcie_fault.c
3026
if (HAS_AER_LOGS(pfd_p, PCIE_ADV_REG(pfd_p)->pcie_ue_status)) {
usr/src/uts/common/io/pciex/pcie_fault.c
3029
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_trans,
usr/src/uts/common/io/pciex/pcie_fault.c
3031
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr,
usr/src/uts/common/io/pciex/pcie_fault.c
3033
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf,
usr/src/uts/common/io/pciex/pcie_fault.c
3036
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_trans = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3037
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3038
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF;
usr/src/uts/common/io/pciex/pcie_fault.c
3286
PCIE_ADV_REG(pfd_p)->pcie_adv_ctl = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3287
PCIE_ADV_REG(pfd_p)->pcie_ue_status = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3288
PCIE_ADV_REG(pfd_p)->pcie_ue_mask = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3289
PCIE_ADV_REG(pfd_p)->pcie_ue_sev = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3294
PCIE_ADV_REG(pfd_p)->pcie_ce_status = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3295
PCIE_ADV_REG(pfd_p)->pcie_ce_mask = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3296
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_trans = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3297
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr = 0;
usr/src/uts/common/io/pciex/pcie_fault.c
3298
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_bdf = PCIE_INVALID_BDF;
usr/src/uts/common/io/pciex/pcie_fault.c
3370
pf_pcie_adv_err_regs_t *reg_p = PCIE_ADV_REG(pfd_p);
usr/src/uts/common/io/pciex/pcie_fault.c
656
pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p);
usr/src/uts/common/io/pciex/pcie_fault.c
72
PF_FIRST_AER_ERR(bit, PCIE_ADV_REG(pfd_p)))
usr/src/uts/common/io/pciex/pcie_fault.c
86
(PCIE_ADV_REG(pfd_p)->pcie_ce_status & PCIE_AER_CE_AD_NFE)
usr/src/uts/common/io/pciex/pcie_fault.c
861
pf_pcie_adv_err_regs_t *pcie_adv_regs = PCIE_ADV_REG(pfd_p);
usr/src/uts/common/io/pciex/pcie_fault.c
936
uint32_t ue_err = PCIE_ADV_REG(pfd_p)->pcie_ue_status;
usr/src/uts/common/io/pciex/pcie_fault.c
993
(pf_tlp_decode(PCIE_PFD2BUS(pfd_p), PCIE_ADV_REG(pfd_p)) ==
usr/src/uts/common/io/pciex/pcie_fault.c
996
PCIE_ADV_REG(pfd_p)->pcie_ue_tgt_addr;
usr/src/uts/common/io/pciex/pciev.c
433
if (pf_tlp_decode(bus_p, PCIE_ADV_REG(pfd_p)) == DDI_SUCCESS) {
usr/src/uts/common/sys/pcie_impl.h
164
#define PCIE_ADV_HDR(pfd_p, n) PCIE_ADV_REG(pfd_p)->pcie_ue_hdr[n]
usr/src/uts/common/sys/pcie_impl.h
166
PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_bdg_regs
usr/src/uts/common/sys/pcie_impl.h
169
PCIE_ADV_REG(pfd_p)->pcie_ext.pcie_adv_rp_regs
usr/src/uts/sun4/io/px/px_fm.c
592
pf_pcie_adv_err_regs_t *adv_reg = PCIE_ADV_REG(pfd_p);
usr/src/uts/sun4/io/px/px_fm.c
745
PCIE_ADV_REG(pfd_p)->pcie_ce_status = 0;
usr/src/uts/sun4/io/px/px_fm.c
746
PCIE_ADV_REG(pfd_p)->pcie_ue_status = 0;
usr/src/uts/sun4/io/px/px_fm.c
747
PCIE_ADV_REG(pfd_p)->pcie_adv_ctl = 0;