Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c1658 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy()
1955 if (!(params->phy[ELINK_INT_PHY].flags & ELINK_FLAGS_TX_ERROR_CHECK)) { in elink_xmac_enable()
1986 (params->phy[ELINK_INT_PHY].supported & in elink_xmac_enable()
3672 elink_xgxs_specific_func(&params->phy[ELINK_INT_PHY], params, in elink_xgxs_deassert()
3730 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in set_phy_vars()
4750 if ((params->req_line_speed[ELINK_LINK_CONFIG_IDX(ELINK_INT_PHY)] == in elink_warpcore_config_sfi()
5467 params->phy[ELINK_INT_PHY].media_type = in elink_link_status_update()
6467 struct elink_phy *phy = &params->phy[ELINK_INT_PHY]; in elink_set_gmii_tx_driver()
6714 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
6724 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
[all …]
/titanic_44/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h224 #define ELINK_INT_PHY 0 macro
231 #define ELINK_LINK_CONFIG_IDX(_phy_idx) ((_phy_idx == ELINK_INT_PHY) ? \
/titanic_44/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c167 pLM->params.link.phy[ELINK_INT_PHY].supported; in BnxeHwReqPhyMediumSettings()
/titanic_44/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()
3349 flow_control = (pdev->hw_info.link_config[ELINK_INT_PHY] & PORT_FEATURE_FLOW_CONTROL_MASK); in lm_init_params()