Searched refs:num_phys (Results 1 – 5 of 5) sorted by relevance
186 #define ELINK_SINGLE_MEDIA_DIRECT(params) (params->num_phys == 1)188 #define ELINK_SINGLE_MEDIA(params) (params->num_phys == 2)190 #define ELINK_DUAL_MEDIA(params) (params->num_phys == 3)418 uint8_t num_phys; member
1006 if (params->num_phys == 3) { in elink_check_lfa()2249 for (phy_index = ELINK_INT_PHY; phy_index < params->num_phys; in elink_set_mdio_emac_per_phy()7134 if ((params->num_phys == ELINK_MAX_PHYS) && in elink_get_ext_phy_fw_version()7264 CHIP_IS_E2(sc) && params->num_phys == 2) { in elink_set_led()7419 switch (params->num_phys) { in elink_test_link()13506 params->num_phys = 0; in elink_phy_probe()13531 params->num_phys = 0; in elink_phy_probe()13571 params->num_phys++; in elink_phy_probe()13883 phy_index < params->num_phys; phy_index++) in elink_init_xgxs_loopback()14082 params->num_phys); in elink_phy_init()[all …]
6789 if (sc->link_params.num_phys <= 1) { in bnx2x_get_cur_phy_idx()8502 switch (sc->link_params.num_phys) { in bnx2x_link_settings_supported()8631 switch (sc->link_params.num_phys) { in bnx2x_link_settings_requested()
73 u8 num_phys:8; member
293 dev->phy_num = dev->mac_num = dev->info.num_phys; in eth_group_probe()