Home
last modified time | relevance | path

Searched refs:ELINK_EXT_PHY1 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c974 phy_sel = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY - (i - ELINK_EXT_PHY1); in lm_set_phy_selection()
978 phy_sel = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY + (i - ELINK_EXT_PHY1); in lm_set_phy_selection()
994 phy_sel = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY_PRIORITY + (i - ELINK_EXT_PHY1); in lm_set_phy_priority_selection()
1024 i = ELINK_EXT_PHY1; in lm_set_phy_priority_mode()
1037 i = ELINK_EXT_PHY1; in lm_set_phy_priority_mode()
1517 i = ELINK_EXT_PHY1; in lm_init_phy()
1533 i = ELINK_EXT_PHY1; in lm_init_phy()
1872 switch( pdev->params.link.phy[ELINK_EXT_PHY1].type ) in lm_update_external_phy_fw_prepare()
1950 switch( pdev->params.link.phy[ELINK_EXT_PHY1].type ) in lm_update_external_phy_fw_done()
1964 ext_phy_addr = pdev->params.link.phy[ELINK_EXT_PHY1].addr; in lm_update_external_phy_fw_done()
[all …]
H A Dlm_hw_access.c1330 for( ext_phy_type = ELINK_EXT_PHY1; ext_phy_type < pdev->params.link.num_phys; ext_phy_type++ ) in lm_get_transceiver_data()
H A Dlm_devinfo.c2064 pdev->hw_info.link_config[ELINK_EXT_PHY1] = val; in lm_get_shmem_port_hw_config()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_illumos.c39 return (ELINK_EXT_PHY1); in bnxe_get_phy_id()
45 return (ELINK_EXT_PHY1); in bnxe_get_phy_id()
56 return (ELINK_EXT_PHY1); in bnxe_get_phy_id()
H A Dbnxe_hw.c174 pLM->params.link.phy[ELINK_EXT_PHY1].supported; in BnxeHwReqPhyMediumSettings()
184 pLM->params.link.phy[ELINK_EXT_PHY1].supported; in BnxeHwReqPhyMediumSettings()
191 pLM->params.link.phy[ELINK_EXT_PHY1].supported; in BnxeHwReqPhyMediumSettings()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c3736 if (phy_index == ELINK_EXT_PHY1) in set_phy_vars()
3739 actual_phy_idx = ELINK_EXT_PHY1; in set_phy_vars()
5472 params->phy[ELINK_EXT_PHY1].media_type = in elink_link_status_update()
7035 (params->phy[ELINK_EXT_PHY1].type == in elink_set_led()
7196 &params->phy[ELINK_EXT_PHY1], in elink_test_link()
9698 phy = &params->phy[ELINK_EXT_PHY1]; in elink_handle_module_detect_int()
13078 case ELINK_EXT_PHY1: in elink_get_ext_phy_config()
13338 if (phy_index == ELINK_EXT_PHY1) { in elink_populate_ext_phy()
13527 if (phy_index == ELINK_EXT_PHY1) in elink_phy_probe()
13530 actual_phy_idx = ELINK_EXT_PHY1; in elink_phy_probe()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h221 #define ELINK_EXT_PHY1 1 macro