Searched refs:req_duplex (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/net/ethtool/ |
D | linkmodes.c | 174 bool req_speed, bool req_lanes, bool req_duplex) in ethnl_auto_linkmodes() argument 191 (!req_duplex || info->duplex == ksettings->base.duplex)) in ethnl_auto_linkmodes() 241 bool req_speed, req_lanes, req_duplex; in ethnl_update_linkmodes() local 257 req_duplex = tb[ETHTOOL_A_LINKMODES_DUPLEX]; in ethnl_update_linkmodes() 295 (req_speed || req_lanes || req_duplex) && in ethnl_update_linkmodes() 296 ethnl_auto_linkmodes(ksettings, req_speed, req_lanes, req_duplex)) in ethnl_update_linkmodes()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.h | 205 u16 req_duplex; member 255 u16 req_duplex[LINK_CONFIG_SIZE]; member
|
D | bnx2x_link.c | 299 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() 3445 params->phy[actual_phy_idx].req_duplex = in set_phy_vars() 3446 params->req_duplex[link_cfg_idx]; in set_phy_vars() 4231 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_warpcore_set_sgmii_speed() 5149 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_program_serdes() 5321 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_initialize_sgmii_process() 7492 (tmp1 | ((phy->req_duplex == DUPLEX_FULL) ? in bnx2x_8073_config_init() 9835 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init() 9911 if (phy->req_duplex == DUPLEX_FULL) in bnx2x_848xx_cmn_config_init() [all …]
|
D | bnx2x_ethtool.c | 504 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()
|
D | bnx2x_main.c | 2715 bp->link_params.req_duplex[0] = DUPLEX_FULL; in bnx2x__link_status_update() 11301 bp->link_params.req_duplex[idx] = DUPLEX_FULL; in bnx2x_link_settings_requested() 11345 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested() 11379 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested() 11479 bp->link_params.req_duplex[idx], in bnx2x_link_settings_requested()
|
D | bnx2x_hsi.h | 1995 u32 req_duplex; member
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_mdio.c | 195 hdev->hw.mac.req_duplex = (u8)duplex; in hclge_mac_adjust_link()
|
D | hclge_main.h | 286 u8 req_duplex; member
|
D | hclge_main.c | 1587 hdev->hw.mac.req_duplex = DUPLEX_FULL; in hclge_configure() 2665 hdev->hw.mac.req_duplex = duplex; in hclge_cfg_mac_speed_dup_h() 2977 hdev->hw.mac.req_duplex, in hclge_mac_init() 3414 hdev->hw.mac.req_duplex = cmd->base.duplex; in hclge_set_phy_link_ksettings() 3449 cmd.base.duplex = hdev->hw.mac.req_duplex; in hclge_tp_port_init()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 1119 bp->duplex = bp->req_duplex; in bnx2_5709s_linkup() 1493 if (bp->req_duplex == DUPLEX_FULL) in bnx2_enable_forced_2g5() 1724 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy() 1729 if (bp->req_duplex == DUPLEX_FULL) in bnx2_setup_remote_phy() 1798 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_serdes_phy() 1915 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_remote_link() 1919 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link() 1924 bp->req_duplex = DUPLEX_HALF; in bnx2_set_default_remote_link() 1953 bp->req_duplex = DUPLEX_FULL; in bnx2_set_default_link() 2125 if (bp->req_duplex == DUPLEX_FULL) { in bnx2_setup_copper_phy() [all …]
|
D | bnx2.h | 6943 u8 req_duplex; member
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 1669 u8 req_duplex; member
|
D | bnxt_ethtool.c | 2795 if (link_info->req_duplex == BNXT_LINK_DUPLEX_FULL) in bnxt_get_default_speeds() 2994 link_info->req_duplex = BNXT_LINK_DUPLEX_FULL; in bnxt_force_link_speed()
|
D | bnxt.c | 11952 if (link_info->req_duplex != link_info->duplex_setting) in bnxt_update_phy_setting() 13664 link_info->req_duplex = link_info->duplex_setting; in bnxt_init_ethtool_link_settings()
|