Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h204 u16 req_duplex; member
254 u16 req_duplex[LINK_CONFIG_SIZE]; member
Dbnx2x_link.c305 offsetof(struct shmem_lfa, req_duplex)); in bnx2x_check_lfa()
306 req_val = params->req_duplex[0] | (params->req_duplex[1] << 16); in bnx2x_check_lfa()
3451 params->phy[actual_phy_idx].req_duplex = in set_phy_vars()
3452 params->req_duplex[link_cfg_idx]; in set_phy_vars()
4237 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_warpcore_set_sgmii_speed()
5155 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_program_serdes()
5327 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_initialize_sgmii_process()
7503 (tmp1 | ((phy->req_duplex == DUPLEX_FULL) ? in bnx2x_8073_config_init()
9828 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init()
9904 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init()
[all …]
Dbnx2x_ethtool.c485 bp->link_params.req_duplex[cfg_idx] = cmd->duplex; in bnx2x_set_settings()
649 bp->link_params.req_duplex[cfg_idx] = cmd->duplex; in bnx2x_set_settings()
656 bp->link_params.req_duplex[cfg_idx], in bnx2x_set_settings()
Dbnx2x_main.c2704 bp->link_params.req_duplex[0] = DUPLEX_FULL; in bnx2x__link_status_update()
11243 bp->link_params.req_duplex[idx] = DUPLEX_FULL; in bnx2x_link_settings_requested()
11287 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested()
11321 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested()
11421 bp->link_params.req_duplex[idx], in bnx2x_link_settings_requested()
Dbnx2x_hsi.h1985 u32 req_duplex; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c1121 bp->duplex = bp->req_duplex; in bnx2_5709s_linkup()
1495 if (bp->req_duplex == DUPLEX_FULL) in bnx2_enable_forced_2g5()
1726 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy()
1731 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy()
1800 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_serdes_phy()
1917 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_remote_link()
1921 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link()
1926 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link()
1955 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_link()
2127 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_copper_phy()
[all …]
Dbnx2.h6944 u8 req_duplex; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h826 u8 req_duplex; member
Dbnxt_ethtool.c696 link_info->req_duplex = BNXT_LINK_DUPLEX_FULL; in bnxt_set_settings()
Dbnxt.c4502 if (link_info->req_duplex != link_info->duplex_setting) in bnxt_update_phy_setting()
5588 link_info->req_duplex = link_info->duplex_setting; in bnxt_probe_phy()