Searched refs:req_duplex (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_link.h | 205 u16 req_duplex; member 255 u16 req_duplex[LINK_CONFIG_SIZE]; member
|
| A D | bnx2x_link.c | 300 req_val = params->req_duplex[0] | (params->req_duplex[1] << 16); in bnx2x_check_lfa() 11629 .req_duplex = 0, 11664 .req_duplex = 0, 11700 .req_duplex = 0, 11769 .req_duplex = 0, 11800 .req_duplex = 0, 11828 .req_duplex = 0, 11857 .req_duplex = 0, 11889 .req_duplex = 0, 11920 .req_duplex = 0, [all …]
|
| A 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()
|
| A D | bnx2x_main.c | 2715 bp->link_params.req_duplex[0] = DUPLEX_FULL; in bnx2x__link_status_update() 11300 bp->link_params.req_duplex[idx] = DUPLEX_FULL; in bnx2x_link_settings_requested() 11344 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested() 11378 bp->link_params.req_duplex[idx] = in bnx2x_link_settings_requested() 11478 bp->link_params.req_duplex[idx], in bnx2x_link_settings_requested()
|
| A D | bnx2x_hsi.h | 1995 u32 req_duplex; member
|
| /drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_mdio.c | 195 hdev->hw.mac.req_duplex = (u8)duplex; in hclge_mac_adjust_link()
|
| A D | hclge_main.h | 286 u8 req_duplex; member
|
| A D | hclge_main.c | 1578 hdev->hw.mac.req_duplex = DUPLEX_FULL; in hclge_configure() 2656 hdev->hw.mac.req_duplex = duplex; in hclge_cfg_mac_speed_dup_h() 2968 hdev->hw.mac.req_duplex, in hclge_mac_init() 3405 hdev->hw.mac.req_duplex = cmd->base.duplex; in hclge_set_phy_link_ksettings() 3440 cmd.base.duplex = hdev->hw.mac.req_duplex; in hclge_tp_port_init()
|
| /drivers/net/ethernet/broadcom/ |
| A 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() 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() 2153 bp->duplex = bp->req_duplex; in bnx2_setup_copper_phy() 6949 u8 req_duplex = bp->req_duplex; in bnx2_set_link_ksettings() local 7003 req_duplex = cmd->base.duplex; in bnx2_set_link_ksettings() [all …]
|
| A D | bnx2.h | 6943 u8 req_duplex; member
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.h | 1688 u8 req_duplex; member
|
| A D | bnxt_ethtool.c | 2847 if (link_info->req_duplex == BNXT_LINK_DUPLEX_FULL) in bnxt_get_default_speeds() 3051 link_info->req_duplex = BNXT_LINK_DUPLEX_FULL; in bnxt_force_link_speed()
|
| A D | bnxt.c | 12723 if (link_info->req_duplex != link_info->duplex_setting) in bnxt_update_phy_setting() 14436 link_info->req_duplex = link_info->duplex_setting; in bnxt_init_ethtool_link_settings()
|
Completed in 217 milliseconds