Searched defs:adv_reg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c142 pf_pcie_adv_err_regs_t adv_reg; local
184 adv_reg.pcie_ue_hdr[0] = (uint32_t)(pec_p->hdr[0] >>32);
185 adv_reg.pcie_ue_hdr[1] = (uint32_t)(pec_p->hdr[0]);
186 adv_reg.pcie_ue_hdr[2] = (uint32_t)(pec_p->hdr[1] >>32);
187 adv_reg.pcie_ue_hdr[3] = (uint32_t)(pec_p->hdr[1]);
189 if (pf_tlp_decode(PCIE_DIP2BUS(dip), &adv_reg) ==
191 fault_bdf = adv_reg.pcie_ue_tgt_bdf;
192 fault_addr = adv_reg.pcie_ue_tgt_addr;
677 pf_pcie_adv_err_regs_t adv_reg; local
700 adv_reg
751 pf_pcie_adv_err_regs_t adv_reg; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c592 pf_pcie_adv_err_regs_t *adv_reg = PCIE_ADV_REG(pfd_p); local
610 adv_reg->pcie_ce_status = regs->ce_reg;
611 adv_reg->pcie_ue_status = regs->ue_reg | regs->primary_ue;
617 adv_reg->pcie_adv_ctl++;
620 if (pf_tlp_decode(PCIE_DIP2BUS(dip), adv_reg) == DDI_SUCCESS)
622 adv_reg->pcie_ue_tgt_bdf;
624 if (pf_tlp_decode(PCIE_DIP2BUS(dip), adv_reg) == DDI_SUCCESS) {
626 adv_reg->pcie_ue_tgt_bdf;
627 if (adv_reg->pcie_ue_tgt_trans ==
630 adv_reg
668 pf_pcie_adv_err_regs_t adv_reg; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1883 pf_pcie_adv_err_regs_t adv_reg; local
1890 adv_reg.pcie_ue_hdr[0] = (uint32_t)(data >> 32);
1891 adv_reg.pcie_ue_hdr[1] = (uint32_t)(data & 0xFFFFFFFF);
1893 adv_reg.pcie_ue_hdr[2] = (uint32_t)(data >> 32);
1894 adv_reg.pcie_ue_hdr[3] = (uint32_t)(data & 0xFFFFFFFF);
1896 (void) pf_tlp_decode(PCIE_DIP2BUS(rpdip), &adv_reg); local
1897 sts = pf_hdl_lookup(rpdip, derr->fme_ena, adv_reg.pcie_ue_tgt_trans,
1898 adv_reg.pcie_ue_tgt_addr, adv_reg.pcie_ue_tgt_bdf);
2209 pf_pcie_adv_err_regs_t adv_reg; local
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2842 * @adv_reg: flow control advertised settings
2852 static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg, argument
2855 if ((!(adv_reg)) || (!(lp_reg))) {
2859 adv_reg, lp_reg);
2863 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) {
2878 } else if (!(adv_reg & adv_sym) && (adv_reg & adv_asm) &&
2882 } else if ((adv_reg & adv_sym) && (adv_reg & adv_asm) &&

Completed in 77 milliseconds