Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c12442 u32 return_cfg = PORT_HW_CFG_PHY_SELECTION_HARDWARE_DEFAULT; in bnx2x_phy_selection() local
12453 return_cfg = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY_PRIORITY; in bnx2x_phy_selection()
12456 return_cfg = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY_PRIORITY; in bnx2x_phy_selection()
12459 return_cfg = PORT_HW_CFG_PHY_SELECTION_FIRST_PHY; in bnx2x_phy_selection()
12462 return_cfg = PORT_HW_CFG_PHY_SELECTION_SECOND_PHY; in bnx2x_phy_selection()
12466 return_cfg = prio_cfg; in bnx2x_phy_selection()
12468 return return_cfg; in bnx2x_phy_selection()