Home
last modified time | relevance | path

Searched refs:ELINK_INT_PHY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c1659 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy()
1956 if (!(params->phy[ELINK_INT_PHY].flags & ELINK_FLAGS_TX_ERROR_CHECK)) { in elink_xmac_enable()
1987 (params->phy[ELINK_INT_PHY].supported & in elink_xmac_enable()
3673 elink_xgxs_specific_func(&params->phy[ELINK_INT_PHY], params, in elink_xgxs_deassert()
3731 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in set_phy_vars()
4751 if ((params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)] == in elink_warpcore_config_sfi()
5469 params->phy[ELINK_INT_PHY].media_type = in elink_link_status_update()
6469 struct elink_phy *phy = &params->phy[ELINK_INT_PHY]; in elink_set_gmii_tx_driver()
6717 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
6727 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_illumos.c31 return (ELINK_INT_PHY); in bnxe_get_phy_id()
H A Dbnxe_hw.c167 pLM->params.link.phy[ELINK_INT_PHY].supported; in BnxeHwReqPhyMediumSettings()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h220 #define ELINK_INT_PHY 0 macro
227 #define ELINK_LINK_CONFIG_IDX(_phy_idx) ((_phy_idx == ELINK_INT_PHY) ? \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1429 lm_status = lm_set_phy_link_params(pdev, req_medium, flow_control, sw_config, ELINK_INT_PHY); in lm_init_phy()
H A Dlm_devinfo.c2059 pdev->hw_info.link_config[ELINK_INT_PHY] = val; in lm_get_shmem_port_hw_config()
3350 flow_control = (pdev->hw_info.link_config[ELINK_INT_PHY] & PORT_FEATURE_FLOW_CONTROL_MASK); in lm_init_params()