Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c142 pf_pcie_adv_err_regs_t adv_reg; in px_err_fill_pfd() local
191 fault_bdf = adv_reg.pcie_ue_tgt_bdf; in px_err_fill_pfd()
192 fault_addr = adv_reg.pcie_ue_tgt_addr; in px_err_fill_pfd()
677 pf_pcie_adv_err_regs_t adv_reg; in px_port_handle_errors() local
708 adv_reg.pcie_ue_tgt_addr = epkt->addr; in px_port_handle_errors()
718 adv_reg.pcie_ue_tgt_trans, adv_reg.pcie_ue_tgt_addr, in px_port_handle_errors()
719 adv_reg.pcie_ue_tgt_bdf) == PF_HDL_FOUND) in px_port_handle_errors()
751 pf_pcie_adv_err_regs_t adv_reg; in px_pcie_epkt_severity() local
774 adv_reg.pcie_ue_tgt_trans, in px_pcie_epkt_severity()
775 adv_reg.pcie_ue_tgt_addr, in px_pcie_epkt_severity()
[all …]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c610 adv_reg->pcie_ce_status = regs->ce_reg; in px_err_check_pcie()
617 adv_reg->pcie_adv_ctl++; in px_err_check_pcie()
622 adv_reg->pcie_ue_tgt_bdf; in px_err_check_pcie()
626 adv_reg->pcie_ue_tgt_bdf; in px_err_check_pcie()
627 if (adv_reg->pcie_ue_tgt_trans == in px_err_check_pcie()
630 adv_reg->pcie_ue_tgt_addr; in px_err_check_pcie()
668 pf_pcie_adv_err_regs_t adv_reg; in px_pcie_ptlp() local
681 adv_reg.pcie_ue_hdr[0] = regs->rx_hdr1; in px_pcie_ptlp()
692 bdf = adv_reg.pcie_ue_tgt_bdf; in px_pcie_ptlp()
693 addr = adv_reg.pcie_ue_tgt_addr; in px_pcie_ptlp()
[all …]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1881 pf_pcie_adv_err_regs_t adv_reg; in px_err_wuc_ruc_handle() local
1888 adv_reg.pcie_ue_hdr[0] = (uint32_t)(data >> 32); in px_err_wuc_ruc_handle()
1891 adv_reg.pcie_ue_hdr[2] = (uint32_t)(data >> 32); in px_err_wuc_ruc_handle()
1896 adv_reg.pcie_ue_tgt_addr, adv_reg.pcie_ue_tgt_bdf); in px_err_wuc_ruc_handle()
2207 pf_pcie_adv_err_regs_t adv_reg; in PX_ERPT_SEND_DEC() local
2217 adv_reg.pcie_ue_hdr[1] = (uint32_t)rx_h1; 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()
2231 adv_reg.pcie_ue_hdr[1] = (uint32_t)tx_h1; in PX_ERPT_SEND_DEC()
2233 adv_reg.pcie_ue_hdr[3] = (uint32_t)tx_h2; in PX_ERPT_SEND_DEC()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c2953 s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg, in ixgbe_negotiate_fc() argument
2956 if ((!(adv_reg)) || (!(lp_reg))) { in ixgbe_negotiate_fc()
2960 adv_reg, lp_reg); in ixgbe_negotiate_fc()
2964 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { in ixgbe_negotiate_fc()
2979 } else if (!(adv_reg & adv_sym) && (adv_reg & adv_asm) && in ixgbe_negotiate_fc()
2983 } else if ((adv_reg & adv_sym) && (adv_reg & adv_asm) && in ixgbe_negotiate_fc()
H A Dixgbe_api.h225 s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,