Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/mii/
H A Dbrswphy.c297 uint16_t link, duplex; in brswphy_status() local
308 brswphy_read16(sc, BRSW_STAT_PAGE, BRSW_DUPLEX_STAT_GE, &duplex); in brswphy_status()
309 duplex = (duplex >> BRSW_CPU_PORT) & 1; in brswphy_status()
325 if (duplex) in brswphy_status()
/openbsd-src/sys/dev/pci/
H A Digc_mac.c549 uint16_t speed, duplex; in igc_config_fc_after_link_up_generic() local
677 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in igc_config_fc_after_link_up_generic()
683 if (duplex == HALF_DUPLEX) in igc_config_fc_after_link_up_generic()
710 uint16_t *duplex) in igc_get_speed_and_duplex_copper_generic() argument
739 *duplex = FULL_DUPLEX; in igc_get_speed_and_duplex_copper_generic()
742 *duplex = HALF_DUPLEX; in igc_get_speed_and_duplex_copper_generic()
H A Digc_api.c285 igc_get_speed_and_duplex(struct igc_hw *hw, uint16_t *speed, uint16_t *duplex) in igc_get_speed_and_duplex() argument
288 return hw->mac.ops.get_link_up_info(hw, speed, duplex); in igc_get_speed_and_duplex()
H A Dif_em_hw.c2336 * With 82543, we need to force speed and duplex on the MAC equal to in em_copper_link_preconfig()
2337 * what the PHY speed and duplex configuration is. In addition, we in em_copper_link_preconfig()
2560 /* Enable CRS on TX for half-duplex operation. */ in em_copper_link_ggp_setup()
2716 /* Enable CRS on TX. This must be set for half-duplex operation. */ in em_copper_link_mgp_setup()
2871 /* Enable CRS on TX for half-duplex operation. */ in em_copper_link_82577_setup()
2912 /* Enable CRS on TX. This must be set for half-duplex operation. */ in em_copper_link_82580_setup()
2940 /* Enable CRS on TX. This must be set for half-duplex operation. */ in em_copper_link_rtl8211_setup()
3120 * 1) Set up the MAC to the current PHY speed/duplex
3163 * Detects which PHY is present and setup the speed and duplex
3274 DEBUGOUT("Forcing speed and duplex\ in em_setup_copper_link()
3317 em_configure_kmrn_for_10_100(struct em_hw * hw,uint16_t duplex) em_configure_kmrn_for_10_100() argument
4030 uint16_t duplex; em_config_fc_after_link_up() local
4260 uint16_t speed, duplex; em_check_for_link() local
4440 uint16_t speed, duplex; em_check_for_link() local
4558 em_get_pcs_speed_and_duplex_82575(struct em_hw * hw,uint16_t * speed,uint16_t * duplex) em_get_pcs_speed_and_duplex_82575() argument
4610 em_get_speed_and_duplex(struct em_hw * hw,uint16_t * speed,uint16_t * duplex) em_get_speed_and_duplex() argument
8755 uint16_t phy_data, phy_saved_data, speed, duplex, i; em_config_dsp_after_link_change() local
[all...]
H A Digc_i225.c341 * Configures the link for auto-neg or forced speed and duplex. Then we check
894 uint16_t speed, duplex; in igc_set_ltr_i225() local
902 hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in igc_set_ltr_i225()
989 * to get the current speed/duplex if link exists.
1011 * link. If so, then we want to get the current speed/duplex in igc_check_for_link_i225()
1022 * link. If so, then we want to get the current speed/duplex in igc_check_for_link_i225()
1039 /* If we are forcing speed/duplex, then we simply return since in igc_check_for_link_i225()
1046 * of MAC speed/duplex configuration. So we only need to in igc_check_for_link_i225()
H A Dif_bnxt.c1883 int duplex; in bnxt_hwrm_port_phy_qcfg()
1897 duplex = resp->duplex_state; in bnxt_hwrm_port_phy_qcfg()
1899 duplex = resp->duplex_cfg; in bnxt_hwrm_port_phy_qcfg()
1902 if (duplex == HWRM_PORT_PHY_QCFG_OUTPUT_DUPLEX_STATE_HALF) in bnxt_hwrm_port_phy_qcfg()
1963 if (duplex == HWRM_PORT_PHY_QCFG_OUTPUT_DUPLEX_STATE_HALF) in bnxt_hwrm_port_phy_qcfg()
1880 int duplex; bnxt_hwrm_port_phy_qcfg() local
H A Dif_ocereg.h261 uint8_t duplex; member
281 uint8_t duplex;
H A Dif_em_hw.h353 int32_t em_get_speed_and_duplex(struct em_hw *hw, uint16_t *speed, uint16_t *duplex);
1505 #define E1000_CTRL_FD 0x00000001 /* Full duplex.0=half; 1=full */
1572 #define E1000_STATUS_FD 0x00000001 /* Full duplex.0=half,1=full */
2069 #define E1000_TXCW_FD 0x00000020 /* TXCW full duplex */
2070 #define E1000_TXCW_HD 0x00000040 /* TXCW half duplex */
2567 * half-duplex-capable hardware only. */
2964 #define MII_CR_FULL_DUPLEX 0x0100 /* FDX =1, half duplex =0 */
3510 #define IFE_PESC_DUPLEX 0x0001 /* Auto-negotiation duplex result 1=Full, 0=Half */
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp554 ++Summary.duplex; in GetPacketSummary()
580 (Summary.duplex > 1 || (Summary.duplex && Summary.memory))); in ValidPacketMemoryOps()
H A DHexagonShuffler.h150 unsigned duplex; member
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagon.td99 def FeatureDuplex: SubtargetFeature<"duplex", "EnableDuplex", "true",
100 "Enable generation of duplex instruction">;
/openbsd-src/sys/dev/isa/
H A Dfiles.isa225 # channel for full-duplex operation.
/openbsd-src/lib/libcurses/
H A DCaps872 # half_duplex OTHD bool HD - - -B--- terminal is half-duplex
/openbsd-src/share/snmp/
H A DIF-MIB.txt1553 a value for a full-duplex loopback test, and defines the
/openbsd-src/share/dict/
H A Dweb2a18536 duplex boiler
18538 duplex-numeric index
18539 duplex oxygenator
H A Dweb258586 duplex