Searched refs:DUPLEX_FULL (Results 1 – 16 of 16) sorted by relevance
37 enum { DUPLEX_HALF, DUPLEX_FULL }; enumerator
68 *duplex = DUPLEX_FULL; in xpak_get_link_status()
165 if (duplex == DUPLEX_FULL) in mv88e1xxx_set_speed_duplex()277 dplx = (status & V_PSSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF; in mv88e1xxx_get_link_status()
176 *duplex = DUPLEX_FULL; in mv88x201x_get_link_status()
315 if (duplex >= 0 && duplex != DUPLEX_FULL) in mac_set_speed_duplex_fc()339 *duplex = DUPLEX_FULL; in mac_get_speed_duplex_fc()
157 *duplex = DUPLEX_FULL; in my3126_get_link_status()
530 *duplex = DUPLEX_FULL; in pm3393_get_speed_duplex_fc()541 if (duplex >= 0 && duplex != DUPLEX_FULL) in pm3393_set_speed_duplex_fc()
495 if (duplex > 0 && duplex != DUPLEX_FULL) in mac_set_speed_duplex_fc()
350 lnkCfg->duplex = DUPLEX_FULL; in qede_get_link_info()482 if (link_cfg.duplex == DUPLEX_FULL) { in qede_osal_link_update()483 qede->props.link_duplex = DUPLEX_FULL; in qede_osal_link_update()
230 #define DUPLEX_FULL 1 macro
898 *value = (qede->props.link_duplex == DUPLEX_FULL) ?1722 link_op.duplex = DUPLEX_FULL;
4516 if (phy->req_duplex == DUPLEX_FULL) in elink_warpcore_set_sgmii_speed()5338 vars->duplex = DUPLEX_FULL; in elink_sync_link()5422 vars->duplex = DUPLEX_FULL; in elink_sync_link()5787 if (phy->req_duplex == DUPLEX_FULL) in elink_program_serdes()5959 if (phy->req_duplex == DUPLEX_FULL) in elink_initialize_sgmii_process()6189 if (is_duplex == DUPLEX_FULL) in elink_get_link_speed_duplex()6197 if (is_duplex == DUPLEX_FULL) in elink_get_link_speed_duplex()6206 if (is_duplex == DUPLEX_FULL) in elink_get_link_speed_duplex()6214 if (is_duplex == DUPLEX_FULL) in elink_get_link_speed_duplex()6252 vars->duplex = DUPLEX_FULL; in elink_get_link_speed_duplex()[all …]
125 #ifndef DUPLEX_FULL126 #define DUPLEX_FULL 1 macro
529 (tp->link_config.active_duplex == DUPLEX_FULL ? in tg3_link_report()586 [MII_TG3_AUX_STAT_10FULL >> 8] = (SPEED_10 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()589 [MII_TG3_AUX_STAT_100FULL >> 8] = (SPEED_100 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()591 [MII_TG3_AUX_STAT_1000FULL >> 8] = (SPEED_1000 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()792 (tp->link_config.active_duplex == DUPLEX_FULL)) { in tg3_setup_copper_phy()1349 tp->link_config.active_duplex = DUPLEX_FULL; in tg3_setup_fiber_phy()
46 #define DUPLEX_FULL 0x01 macro
1136 pdev->params.link.req_duplex[phy_num] = DUPLEX_FULL; in lm_set_phy_link_params()