Searched refs:sel_phy_idx (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4816 u32 sel_phy_idx = 0; local
4821 sel_phy_idx = EXT_PHY1;
4825 sel_phy_idx = EXT_PHY2;
4832 sel_phy_idx = EXT_PHY1;
4836 sel_phy_idx = EXT_PHY2;
4841 return sel_phy_idx;
4845 u32 sel_phy_idx = bnx2x_get_cur_phy_idx(bp); local
4854 if (sel_phy_idx == EXT_PHY1)
4855 sel_phy_idx = EXT_PHY2;
4856 else if (sel_phy_idx
[all...]

Completed in 218 milliseconds