Home
last modified time | relevance | path

Searched refs:link_config (Results 1 – 25 of 35) sorted by relevance

12

/drivers/net/ethernet/chelsio/cxgb/
Dcommon.h201 struct link_config { struct
220 struct link_config link_config; argument
337 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
Dcxgb2.c136 switch (p->link_config.speed) { in link_report()
143 s, p->link_config.duplex == DUPLEX_FULL in link_report()
187 t1_link_start(p->phy, mac, &p->link_config); in link_start()
576 cmd->supported = p->link_config.supported; in get_settings()
577 cmd->advertising = p->link_config.advertising; in get_settings()
580 ethtool_cmd_speed_set(cmd, p->link_config.speed); in get_settings()
581 cmd->duplex = p->link_config.duplex; in get_settings()
590 cmd->autoneg = p->link_config.autoneg; in get_settings()
635 struct link_config *lc = &p->link_config; in set_settings()
672 epause->autoneg = (p->link_config.requested_fc & PAUSE_AUTONEG) != 0; in get_pauseparam()
[all …]
Dsubr.c154 struct link_config *lc = &adapter->port[port_id].link_config; in t1_link_changed()
623 int t1_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t1_link_start()
1030 static void init_link_config(struct link_config *lc, in init_link_config()
1118 init_link_config(&adapter->port[i].link_config, bi); in t1_init_sw_modules()
/drivers/net/ethernet/broadcom/
Dtg3.c1880 (tp->link_config.active_speed == SPEED_1000 ? in tg3_link_report()
1882 (tp->link_config.active_speed == SPEED_100 ? in tg3_link_report()
1884 (tp->link_config.active_duplex == DUPLEX_FULL ? in tg3_link_report()
1888 (tp->link_config.active_flowctrl & FLOW_CTRL_TX) ? in tg3_link_report()
1890 (tp->link_config.active_flowctrl & FLOW_CTRL_RX) ? in tg3_link_report()
1973 autoneg = tp->link_config.autoneg; in tg3_setup_flow_control()
1981 flowctrl = tp->link_config.flowctrl; in tg3_setup_flow_control()
1983 tp->link_config.active_flowctrl = flowctrl; in tg3_setup_flow_control()
2014 oldflowctrl = tp->link_config.active_flowctrl; in tg3_adjust_link()
2032 tp->link_config.flowctrl); in tg3_adjust_link()
[all …]
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h106 struct link_config { struct
239 static inline bool is_10g_port(const struct link_config *lc) in is_10g_port()
244 static inline bool is_x_10g_port(const struct link_config *lc) in is_x_10g_port()
Dadapter.h105 struct link_config link_cfg; /* physical port configuration */
Dt4vf_hw.c261 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config()
1532 struct link_config *lc; in t4vf_handle_fw_rpl()
/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c262 link_config = path_to_path_plat(path)->link_config, in path_set_mode() local
263 dsi_rbswap = path_to_path_plat(path)->link_config; in path_set_mode()
274 tmp |= link_config & CFG_DUMBMODE_MASK; in path_set_mode()
431 path_plat->link_config = config->link_config; in path_init()
Dmmp_ctrl.h1401 u32 link_config; member
/drivers/net/ethernet/amd/
Damd8111e.c831 lp->link_config.autoneg = AUTONEG_ENABLE; in amd8111e_link_change()
833 lp->link_config.autoneg = AUTONEG_DISABLE; in amd8111e_link_change()
836 lp->link_config.duplex = DUPLEX_FULL; in amd8111e_link_change()
838 lp->link_config.duplex = DUPLEX_HALF; in amd8111e_link_change()
841 lp->link_config.speed = SPEED_10; in amd8111e_link_change()
843 lp->link_config.speed = SPEED_100; in amd8111e_link_change()
846 (lp->link_config.speed == SPEED_100) ? in amd8111e_link_change()
848 (lp->link_config.duplex == DUPLEX_FULL) ? in amd8111e_link_change()
854 lp->link_config.speed = SPEED_INVALID; in amd8111e_link_change()
855 lp->link_config.duplex = DUPLEX_INVALID; in amd8111e_link_change()
[all …]
Damd8111e.h777 struct amd8111e_link_config link_config; member
/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c487 qdev->link_config |= CFG_LOOPBACK_PCS; in ql_start_loopback()
493 qdev->link_config &= ~CFG_LOOPBACK_PCS; in ql_stop_loopback()
673 if (qdev->link_config & CFG_PAUSE_STD) { in ql_get_pauseparam()
686 qdev->link_config |= CFG_PAUSE_STD; in ql_set_pauseparam()
688 qdev->link_config &= ~CFG_PAUSE_STD; in ql_set_pauseparam()
Dqlge_mpi.c730 mbcp->mbox_in[1] = qdev->link_config; in ql_mb_set_port_cfg()
833 qdev->link_config = mbcp->mbox_out[1]; in ql_mb_get_port_cfg()
1132 if (qdev->link_config & CFG_JUMBO_FRAME_SIZE && in ql_mpi_port_cfg_work()
1137 qdev->link_config |= CFG_JUMBO_FRAME_SIZE; in ql_mpi_port_cfg_work()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c165 switch (p->link_config.speed) { in link_report()
178 s, p->link_config.duplex == DUPLEX_FULL in link_report()
297 t3_link_start(&pi->phy, mac, &pi->link_config); in t3_os_link_changed()
356 t3_link_start(&pi->phy, mac, &pi->link_config); in link_start()
1773 if (p->link_config.autoneg != AUTONEG_ENABLE) in restart_autoneg()
1806 cmd->supported = p->link_config.supported; in get_settings()
1807 cmd->advertising = p->link_config.advertising; in get_settings()
1810 ethtool_cmd_speed_set(cmd, p->link_config.speed); in get_settings()
1811 cmd->duplex = p->link_config.duplex; in get_settings()
1820 cmd->autoneg = p->link_config.autoneg; in get_settings()
[all …]
Dadapter.h74 struct link_config link_config; member
Dcommon.h426 struct link_config { struct
677 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc);
Dt3_hw.c1212 struct link_config *lc = &pi->link_config; in t3_link_changed()
1268 struct link_config *lc = &pi->link_config; in t3_link_fault()
1329 int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) in t3_link_start()
3458 static void init_link_config(struct link_config *lc, unsigned int caps) in init_link_config()
3728 init_link_config(&p->link_config, p->phy.caps); in t3_prep_adapter()
/drivers/net/ethernet/sun/
Dniu.c391 struct niu_link_config *lp = &np->link_config; in serdes_init_niu_10g_fiber()
428 struct niu_link_config *lp = &np->link_config; in serdes_init_niu_1g_serdes()
525 struct niu_link_config *lp = &np->link_config; in serdes_init_niu_10g_serdes()
755 struct niu_link_config *lp = &np->link_config; in serdes_init_10g()
908 struct niu_link_config *lp = &np->link_config; in serdes_init_1g_serdes()
1029 struct niu_link_config *lp = &np->link_config; in link_status_1g_serdes()
1061 struct niu_link_config *lp = &np->link_config; in link_status_10g_serdes()
1094 struct niu_link_config *lp = &np->link_config; in link_status_mii()
1207 struct niu_link_config *lp = &np->link_config; in link_status_1g_rgmii()
1260 struct niu_link_config *lp = &np->link_config; in link_status_1g()
[all …]
/drivers/gpu/drm/i2c/
Dadv7511.c905 struct adv7511_link_config link_config; in adv7511_probe() local
921 ret = adv7511_parse_dt(dev->of_node, &link_config); in adv7511_probe()
984 adv7511_set_link_config(adv7511, &link_config); in adv7511_probe()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_ethtool.c616 struct link_config *lc = &p->link_cfg; in set_settings()
618 struct link_config old_lc; in set_settings()
675 struct link_config *lc = &p->link_cfg; in set_pauseparam()
Dcxgb4.h386 struct link_config { struct
449 struct link_config link_cfg;
1222 struct link_config *lc);
/drivers/scsi/qla2xxx/
Dqla_mr.h231 uint32_t link_config; member
/drivers/gpu/drm/i915/
Dintel_dp.c3698 uint8_t link_config[2]; in intel_dp_link_training_clock_recovery() local
3708 link_config[0] = link_bw; in intel_dp_link_training_clock_recovery()
3709 link_config[1] = intel_dp->lane_count; in intel_dp_link_training_clock_recovery()
3711 link_config[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; in intel_dp_link_training_clock_recovery()
3712 drm_dp_dpcd_write(&intel_dp->aux, DP_LINK_BW_SET, link_config, 2); in intel_dp_link_training_clock_recovery()
3717 link_config[0] = 0; in intel_dp_link_training_clock_recovery()
3718 link_config[1] = DP_SET_ANSI_8B10B; in intel_dp_link_training_clock_recovery()
3719 drm_dp_dpcd_write(&intel_dp->aux, DP_DOWNSPREAD_CTRL, link_config, 2); in intel_dp_link_training_clock_recovery()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c11216 bp->port.link_config[0]); in bnx2x_link_settings_supported()
11263 u32 link_config, idx, cfg_size = 0; in bnx2x_link_settings_requested() local
11277 link_config = bp->port.link_config[idx]; in bnx2x_link_settings_requested()
11278 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) { in bnx2x_link_settings_requested()
11310 link_config, in bnx2x_link_settings_requested()
11327 link_config, in bnx2x_link_settings_requested()
11343 link_config, in bnx2x_link_settings_requested()
11361 link_config, in bnx2x_link_settings_requested()
11383 link_config, in bnx2x_link_settings_requested()
11399 link_config, in bnx2x_link_settings_requested()
[all …]
Dbnx2x_link.c12096 dev_info.port_feature_config[port].link_config)) & in bnx2x_populate_int_phy()
12371 u32 link_config; in bnx2x_phy_def_cfg() local
12374 link_config = REG_RD(bp, params->shmem_base + in bnx2x_phy_def_cfg()
12382 link_config = REG_RD(bp, params->shmem_base + in bnx2x_phy_def_cfg()
12384 port_feature_config[params->port].link_config)); in bnx2x_phy_def_cfg()
12392 phy_index, link_config, phy->speed_cap_mask); in bnx2x_phy_def_cfg()
12395 switch (link_config & PORT_FEATURE_LINK_SPEED_MASK) { in bnx2x_phy_def_cfg()
12420 switch (link_config & PORT_FEATURE_FLOW_CONTROL_MASK) { in bnx2x_phy_def_cfg()

12