Home
last modified time | relevance | path

Searched refs:duplex (Results 1 – 19 of 19) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_80003es2lan.c57 u16 *duplex);
63 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
794 u16 *duplex) in e1000_get_link_up_info_80003es2lan() argument
802 duplex); in e1000_get_link_up_info_80003es2lan()
807 duplex); in e1000_get_link_up_info_80003es2lan()
1251 u16 duplex; in e1000_cfg_on_link_up_80003es2lan() local
1257 &duplex); in e1000_cfg_on_link_up_80003es2lan()
1264 ret_val = e1000_cfg_kmrn_10_100_80003es2lan(hw, duplex); in e1000_cfg_on_link_up_80003es2lan()
1278 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) in e1000_cfg_kmrn_10_100_80003es2lan() argument
1314 if (duplex == HALF_DUPLEX) in e1000_cfg_kmrn_10_100_80003es2lan()
HDe1000_vf.c48 u16 *duplex);
222 u16 *duplex) in e1000_get_link_up_info_vf() argument
241 *duplex = FULL_DUPLEX; in e1000_get_link_up_info_vf()
244 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_vf()
HDe1000_82541.c52 u16 *duplex);
442 u16 *duplex) in e1000_get_link_up_info_82541() argument
450 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_82541()
468 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541()
476 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541()
479 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541()
672 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change_82541() local
683 ret_val = hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_dsp_after_link_change_82541()
HDe1000_mac.h65 u16 *duplex);
67 u16 *speed, u16 *duplex);
HDe1000_mac.c1363 u16 speed, duplex; in e1000_config_fc_after_link_up_generic() local
1510 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_fc_after_link_up_generic()
1516 if (duplex == HALF_DUPLEX) in e1000_config_fc_after_link_up_generic()
1666 u16 *duplex) in e1000_get_speed_and_duplex_copper_generic() argument
1685 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_copper_generic()
1688 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex_copper_generic()
1705 u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex_fiber_serdes_generic() argument
1710 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_fiber_serdes_generic()
HDe1000_82575.c58 u16 *duplex);
84 u16 *speed, u16 *duplex);
1171 u16 *duplex) in e1000_get_link_up_info_82575() argument
1179 duplex); in e1000_get_link_up_info_82575()
1182 duplex); in e1000_get_link_up_info_82575()
1197 u16 speed, duplex; in e1000_check_for_link_82575() local
1203 &duplex); in e1000_check_for_link_82575()
1328 u16 *speed, u16 *duplex) in e1000_get_pcs_speed_and_duplex_82575() argument
1359 *duplex = FULL_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575()
1361 *duplex = HALF_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575()
[all …]
HDe1000_api.h69 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
HDe1000_api.c722 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() argument
725 return hw->mac.ops.get_link_up_info(hw, speed, duplex); in e1000_get_speed_and_duplex()
HDe1000_ich8lan.c112 u16 *speed, u16 *duplex);
1125 u16 speed, duplex, scale = 0; in e1000_platform_pm_pch_lpt() local
1137 hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_platform_pm_pch_lpt()
1583 u16 speed, duplex; in e1000_check_for_copper_link_ich8lan() local
1585 e1000_get_speed_and_duplex_copper_generic(hw, &speed, &duplex); in e1000_check_for_copper_link_ich8lan()
1589 if (duplex == HALF_DUPLEX && speed == SPEED_10) { in e1000_check_for_copper_link_ich8lan()
1594 duplex == FULL_DUPLEX && speed != SPEED_1000) { in e1000_check_for_copper_link_ich8lan()
5418 u16 *duplex) in e1000_get_link_up_info_ich8lan() argument
5424 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_ich8lan()
HDe1000_82543.c1198 u16 speed, duplex; in e1000_check_for_copper_link_82543() local
1282 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_check_for_copper_link_82543()
/dragonfly/sys/dev/sound/pci/
HDsolo.c100 unsigned int duplex:1, newspeed:1; member
325 if (sc->duplex) { in ess_intr()
549 if ((dir == PCMDIR_PLAY) && (sc->duplex)) in esschan_init()
1001 sc->duplex = 1; in ess_attach()
1003 sc->duplex = 0; in ess_attach()
1022 if (!sc->duplex) in ess_attach()
/dragonfly/sys/dev/disk/isp/
HDHardware.txt280 connections to a switch can run full-duplex at full speed.
/dragonfly/sys/dev/netif/oce/
HDoce_hw.h660 uint8_t duplex; member
680 uint8_t duplex;
HDoce_if.h831 uint8_t duplex; member
/dragonfly/share/termcap/
HDtermcap.src1166 # half/full duplex*
1790 # flavors of the 40, both seem more like IBM half duplex forms fillers than
1792 # a visible newline indicator after each newline. The 40-1 is a half duplex
3661 # full duplex (\EDF) write protect off (\E()
3668 # protect mode off (\E\047) duplex edit keys (\El)
3702 # set duplex (send) edit keys (\El) when entering vi
/dragonfly/contrib/ncurses/include/
HDCaps866 … OTHD bool HD - - -B--- terminal is half-duplex
/dragonfly/contrib/ncurses/misc/
HDterminfo.src10078 # D duplex
10098 # D duplex
10102 # D duplex
10138 # S2 4 Edit mode (U = local, D = duplex)
10181 # (including some with magic cookies), fancy half-duplex mode, and
10302 # 3: Full duplex Half duplex
10780 # full duplex (\EDF) write protect off (\E()
10787 # protect mode off (\E\047) duplex edit keys (\El)
10905 # set duplex (send) edit keys (\El) when entering vi
12982 # 3) full duplex, monitor mode off, send graphics off, nl on lf off
[all …]
/dragonfly/share/dict/
HDweb2a18536 duplex boiler
18538 duplex-numeric index
18539 duplex oxygenator
HDweb258560 duplex