Home
last modified time | relevance | path

Searched refs:DUPLEX_FULL (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h37 enum { DUPLEX_HALF, DUPLEX_FULL }; enumerator
H A Dxpak.c68 *duplex = DUPLEX_FULL; in xpak_get_link_status()
H A Dmv88e1xxx.c165 if (duplex == DUPLEX_FULL) in mv88e1xxx_set_speed_duplex()
277 dplx = (status & V_PSSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF; in mv88e1xxx_get_link_status()
H A Dmv88x201x.c176 *duplex = DUPLEX_FULL; in mv88x201x_get_link_status()
H A Dixf1010.c315 if (duplex >= 0 && duplex != DUPLEX_FULL) in mac_set_speed_duplex_fc()
339 *duplex = DUPLEX_FULL; in mac_get_speed_duplex_fc()
H A Dmy3126.c157 *duplex = DUPLEX_FULL; in my3126_get_link_status()
H A Dpm3393.c530 *duplex = DUPLEX_FULL; in pm3393_get_speed_duplex_fc()
541 if (duplex >= 0 && duplex != DUPLEX_FULL) in pm3393_set_speed_duplex_fc()
H A Dvsc7326.c495 if (duplex > 0 && duplex != DUPLEX_FULL) in mac_set_speed_duplex_fc()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_osal.c350 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()
H A Dqede.h230 #define DUPLEX_FULL 1 macro
H A Dqede_gld.c898 *value = (qede->props.link_duplex == DUPLEX_FULL) ?
1722 link_op.duplex = DUPLEX_FULL;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c4516 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 …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h125 #ifndef DUPLEX_FULL
126 #define DUPLEX_FULL 1 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c529 (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()
H A Dtg3.h46 #define DUPLEX_FULL 0x01 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c1136 pdev->params.link.req_duplex[phy_num] = DUPLEX_FULL; in lm_set_phy_link_params()