Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h205 u16 req_duplex; member
255 u16 req_duplex[LINK_CONFIG_SIZE]; member
Dbnx2x_link.c299 offsetof(struct shmem_lfa, req_duplex)); in bnx2x_check_lfa()
300 req_val = params->req_duplex[0] | (params->req_duplex[1] << 16); in bnx2x_check_lfa()
3441 params->phy[actual_phy_idx].req_duplex = in set_phy_vars()
3442 params->req_duplex[link_cfg_idx]; in set_phy_vars()
4227 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_warpcore_set_sgmii_speed()
5145 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_program_serdes()
5317 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_initialize_sgmii_process()
7485 (tmp1 | ((phy->req_duplex == DUPLEX_FULL) ? in bnx2x_8073_config_init()
9837 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init()
9913 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init()
[all …]
Dbnx2x_ethtool.c504 bp->link_params.req_duplex[cfg_idx] = duplex; in bnx2x_set_link_ksettings()
668 bp->link_params.req_duplex[cfg_idx] = duplex; in bnx2x_set_link_ksettings()
675 bp->link_params.req_duplex[cfg_idx], in bnx2x_set_link_ksettings()
Dbnx2x_main.c2695 bp->link_params.req_duplex[0] = DUPLEX_FULL; in bnx2x__link_status_update()
11366 bp->link_params.req_duplex[idx] = DUPLEX_FULL; in bnx2x_link_settings_requested()
11410 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested()
11444 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested()
11544 bp->link_params.req_duplex[idx], in bnx2x_link_settings_requested()
Dbnx2x_hsi.h1995 u32 req_duplex; member
/drivers/net/ethernet/broadcom/
Dbnx2.c1125 bp->duplex = bp->req_duplex; in bnx2_5709s_linkup()
1499 if (bp->req_duplex == DUPLEX_FULL) in bnx2_enable_forced_2g5()
1730 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy()
1735 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy()
1804 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_serdes_phy()
1921 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_remote_link()
1925 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link()
1930 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link()
1959 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_link()
2131 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_copper_phy()
[all …]
Dbnx2.h6944 u8 req_duplex; member
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1182 u8 req_duplex; member
Dbnxt_ethtool.c1479 if (link_info->req_duplex == BNXT_LINK_DUPLEX_FULL) in bnxt_get_link_ksettings()
1632 link_info->req_duplex = BNXT_LINK_DUPLEX_FULL; in bnxt_set_link_ksettings()
Dbnxt.c9024 if (link_info->req_duplex != link_info->duplex_setting) in bnxt_update_phy_setting()
11427 link_info->req_duplex = link_info->duplex_setting; in bnxt_probe_phy()