Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c13478 u32 return_cfg = PORT_HW_CFG_PHY_SELECTION_HARDWARE_DEFAULT; in elink_phy_selection() local
13489 return_cfg = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY_PRIORITY; in elink_phy_selection()
13492 return_cfg = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY_PRIORITY; in elink_phy_selection()
13495 return_cfg = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY; in elink_phy_selection()
13498 return_cfg = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY; in elink_phy_selection()
13502 return_cfg = prio_cfg; in elink_phy_selection()
13504 return return_cfg; in elink_phy_selection()