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.c5469 params->phy[ELINK_INT_PHY].media_type = in elink_link_status_update()
6717 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
6727 params->phy[ELINK_INT_PHY].type != in elink_link_int_enable()
7536 u8 active_external_phy = ELINK_INT_PHY; in elink_link_update()
7641 &params->phy[ELINK_INT_PHY], in elink_link_update()
9694 phy = &params->phy[ELINK_INT_PHY]; in elink_handle_module_detect_int()
13390 if (phy_index == ELINK_INT_PHY) in elink_populate_phy()
13542 for (phy_index = ELINK_INT_PHY; in elink_phy_probe()
13852 &params->phy[ELINK_INT_PHY], in elink_init_xmac_loopback()
14297 params->phy[ELINK_INT_PHY].link_reset( in elink_link_reset()
[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()