Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Delink.c7213 uint8_t phy_idx; in elink_set_led() local
7221 for (phy_idx = ELINK_EXT_PHY1; phy_idx < ELINK_MAX_PHYS; phy_idx++) { in elink_set_led()
7223 params->phy[phy_idx].set_link_led( in elink_set_led()
7614 uint8_t phy_idx, port = params->port; in elink_update_link_up() local
7690 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) { in elink_update_link_up()
9203 for (phy_idx = ELINK_INT_PHY; phy_idx < ELINK_MAX_PHYS; phy_idx++) { in elink_get_edc_mode()
9204 if (&(params->phy[phy_idx]) == phy) { in elink_get_edc_mode()
13915 uint32_t phy_idx; in elink_avoid_link_flap() local
13928 for (phy_idx = ELINK_INT_PHY; phy_idx < params->num_phys; phy_idx++) { in elink_avoid_link_flap()
15081 uint16_t phy_idx; in elink_period_func() local
[all …]
H A Dbnx2x.c8191 uint32_t phy_idx = bnx2x_get_cur_phy_idx(sc); in bnx2x_media_detect() local
8192 switch (sc->link_params.phy[phy_idx].media_type) { in bnx2x_media_detect()