Home
last modified time | relevance | path

Searched refs:ext_phy_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1607 u8_t ext_phy_type = 0; in lm_link_i2c_update() local
1626 for( ext_phy_type = ELINK_EXT_PHY1; ext_phy_type < pdev->params.link.num_phys; ext_phy_type++ ) in lm_link_i2c_update()
1628 if(( ELINK_ETH_PHY_SFPP_10G_FIBER == pdev->params.link.phy[ext_phy_type].media_type )|| in lm_link_i2c_update()
1629 ( ELINK_ETH_PHY_SFP_1G_FIBER == pdev->params.link.phy[ext_phy_type].media_type )|| in lm_link_i2c_update()
1630 ( ELINK_ETH_PHY_DA_TWINAX == pdev->params.link.phy[ext_phy_type].media_type )) in lm_link_i2c_update()
1640 …elink_status = elink_read_sfp_module_eeprom( &pdev->params.link.phy[ext_phy_type], // ELINK_INT_PH… in lm_link_i2c_update()
1675 …elink_status = elink_read_sfp_module_eeprom( &pdev->params.link.phy[ext_phy_type], // ELINK_INT_PH… in lm_link_i2c_update()
1700 …elink_status = elink_read_sfp_module_eeprom( &pdev->params.link.phy[ext_phy_type], // ELINK_INT_PH… in lm_link_i2c_update()
H A Dlm_hw_access.c1297 u8_t ext_phy_type = 0; in lm_get_transceiver_data() local
1330 for( ext_phy_type = ELINK_EXT_PHY1; ext_phy_type < pdev->params.link.num_phys; ext_phy_type++ ) in lm_get_transceiver_data()
1332 if( ELINK_ETH_PHY_SFPP_10G_FIBER == pdev->params.link.phy[ext_phy_type].media_type || in lm_get_transceiver_data()
1333 ELINK_ETH_PHY_SFP_1G_FIBER == pdev->params.link.phy[ext_phy_type].media_type || in lm_get_transceiver_data()
1334 ELINK_ETH_PHY_DA_TWINAX == pdev->params.link.phy[ext_phy_type].media_type) in lm_get_transceiver_data()
1340 …elink_res = elink_read_sfp_module_eeprom( &pdev->params.link.phy[ext_phy_type], // ELINK_INT_PHY, … in lm_get_transceiver_data()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c14790 u32 ext_phy_type, u32 chip_id) in elink_ext_phy_common_init() argument
14794 switch (ext_phy_type) { in elink_ext_phy_common_init()
14837 ext_phy_type); in elink_ext_phy_common_init()
14954 u32 ext_phy_type, ext_phy_config; in elink_common_init_phy() local
14993 ext_phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config); in elink_common_init_phy()
14996 phy_index, ext_phy_type, in elink_common_init_phy()