Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c971 u32 phy_sel ; in lm_set_phy_selection() local
974 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()
981 SET_FLAGS( pdev->params.link.multi_phy_config, phy_sel); in lm_set_phy_selection()
986 u32 phy_sel; in lm_set_phy_priority_selection() local
990 phy_sel = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY_PRIORITY - (i - ELINK_EXT_PHY1); in lm_set_phy_priority_selection()
994 phy_sel = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY_PRIORITY + (i - ELINK_EXT_PHY1); in lm_set_phy_priority_selection()
997 SET_FLAGS( pdev->params.link.multi_phy_config, phy_sel); in lm_set_phy_priority_selection()