Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dlinkmodes.c174 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/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h205 u16 req_duplex; member
255 u16 req_duplex[LINK_CONFIG_SIZE]; member
H A 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()
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 …]
H A Dbnx2x_hsi.h1995 u32 req_duplex; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mdio.c195 hdev->hw.mac.req_duplex = (u8)duplex; in hclge_mac_adjust_link()
H A Dhclge_main.h286 u8 req_duplex; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1689 u8 req_duplex; member
H A Dbnxt.c12766 if (link_info->req_duplex != link_info->duplex_setting) in bnxt_update_phy_setting()
14499 link_info->req_duplex = link_info->duplex_setting; in bnxt_init_ethtool_link_settings()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.h6943 u8 req_duplex; member