Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_tcam_shared.c352 int log_idx, phy_idx; in tf_tcam_shared_unbind() local
455 phy_idx, in tf_tcam_shared_unbind()
565 int phy_idx; in tf_tcam_shared_free() local
659 nparms.idx = phy_idx; in tf_tcam_shared_free()
668 phy_idx, in tf_tcam_shared_free()
683 int phy_idx, log_idx; in tf_tcam_shared_set() local
764 nparms.idx = phy_idx; in tf_tcam_shared_set()
778 phy_idx, in tf_tcam_shared_set()
793 int phy_idx, log_idx; in tf_tcam_shared_get() local
1191 int phy_idx; in tf_tcam_shared_clear() local
[all …]
/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.c8195 uint32_t phy_idx = bnx2x_get_cur_phy_idx(sc); in bnx2x_media_detect() local
8196 switch (sc->link_params.phy[phy_idx].media_type) { in bnx2x_media_detect()