Searched refs:autoneg (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_82599.h39 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_x540.h41 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_82598.c50 bool *autoneg);
292 * @autoneg: boolean auto-negotiation value
298 bool *autoneg)
318 *autoneg = FALSE;
323 *autoneg = FALSE;
328 *autoneg = TRUE;
338 *autoneg = TRUE;
483 * Flow control is disabled by software override or autoneg.
571 /* Only poll for autoneg to complete if specified to do so */
734 bool autoneg local
296 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
[all...]
H A Dixgbe_82599.c407 * @autoneg: TRUE when autoneg or autotry is enabled
413 bool *autoneg)
429 *autoneg = TRUE;
446 *autoneg = FALSE;
451 *autoneg = FALSE;
456 *autoneg = TRUE;
461 *autoneg = FALSE;
473 *autoneg = TRUE;
484 *autoneg
411 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
889 bool autoneg = FALSE; local
[all...]
H A Dixgbe_x550.h80 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_phy.h168 bool *autoneg);
H A Dixgbe_phy.c809 bool autoneg = FALSE; local
814 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg);
962 * @autoneg: boolean auto-negotiation value
969 bool *autoneg)
977 *autoneg = TRUE;
1063 bool autoneg = FALSE; local
1068 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg);
967 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dixgbe_x540.c162 * @autoneg: TRUE when autoneg or autotry is enabled
168 bool *autoneg)
170 ixgbe_get_copper_link_capabilities_generic(hw, speed, autoneg);
166 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dif_ix.c2635 u32 autoneg, err = 0; local
2653 autoneg = hw->phy.autoneg_advertised;
2654 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
2656 &autoneg, &negotiate);
2661 autoneg, adapter->link_up);
3421 u32 autoneg; local
3431 autoneg = hw->phy.autoneg_advertised;
3432 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
3433 hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiate);
3435 hw->mac.ops.setup_link(hw, autoneg, TRU
[all...]
H A Dixgbe_api.h92 bool *autoneg);
H A Dixgbe_api.c555 * ixgbe_setup_phy_link - Restart PHY autoneg
711 bool *autoneg)
714 speed, autoneg), IXGBE_NOT_IMPLEMENTED);
710 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dif_ixv.c1514 u32 autoneg, err = 0; local
1517 err = hw->mac.ops.check_link(hw, &autoneg,
1524 autoneg, adapter->link_up);
H A Dixgbe_x550.c1205 /* CS4227 does not support autoneg, so disable the laser control
1229 * @autoneg: TRUE when autoneg or autotry is enabled
1233 bool *autoneg)
1241 *autoneg = FALSE;
1261 *autoneg = TRUE;
2826 /* restore autoneg from before setting lplu speed */
1231 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_ethtool.c588 u32 autoneg = AUTONEG_DISABLE; local
591 priv->port_state.autoneg) {
592 autoneg = AUTONEG_ENABLE;
595 return autoneg;
632 cmd->autoneg = mlx4_en_autoneg_get(dev);
633 if (cmd->autoneg == AUTONEG_ENABLE) {
682 if ((cmd->autoneg != port_state->autoneg) ||
688 port_state->autoneg, port_state->link_speed,
780 if (pause->autoneg)
[all...]
H A Den_port.h69 u8 autoneg; member in struct:mlx4_en_query_port_context
H A Den_port.c119 state->autoneg = !!(qport_context->autoneg & MLX4_EN_AUTONEG_MASK);
H A Dmlx4_en.h476 int autoneg; member in struct:mlx4_en_port_state
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Defx_mac.c369 __in boolean_t autoneg)
392 autoneg = B_FALSE;
399 epp->ep_fcntl_autoneg = autoneg;
366 efx_mac_fcntl_set( __in efx_nic_t *enp, __in unsigned int fcntl, __in boolean_t autoneg) argument
/freebsd-10.2-release/sys/dev/qlxgb/
H A Dqla_hw.h712 uint8_t autoneg; /* 1 = autoneg enable; 0 = disabled */ member in struct:_qla_link_event
739 autoneg :1, member in struct:_qla_hw::__anon10046
/freebsd-10.2-release/sys/dev/e1000/
H A De1000_mac.c746 if (!mac->autoneg)
757 * settings because we may have had to re-autoneg with a
922 DEBUGOUT("SERDES: Link up - autoneg completed successfully.\n");
925 DEBUGOUT("SERDES: Link down - invalid codewords detected in autoneg.\n");
933 DEBUGOUT("SERDES: Link down - autoneg failed\n");
1384 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) {
1529 mac->autoneg) {
2195 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) {
H A De1000_82543.c752 if (!hw->mac.autoneg &&
1092 if (hw->mac.autoneg) {
1094 * Setup autoneg and flow control advertisement and perform
1231 if (!mac->autoneg) {
1274 * settings because we may have had to re-autoneg with a
H A De1000_82541.c564 if (hw->mac.autoneg) {
633 if (!mac->autoneg) {
650 * settings because we may have had to re-autoneg with a
H A Dif_lem.c517 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1576 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1582 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1586 adapter->hw.mac.autoneg = FALSE;
1594 adapter->hw.mac.autoneg = FALSE;
2589 adapter->hw.mac.autoneg == 0 ||
2608 if(adapter->hw.mac.autoneg &&
2625 if(adapter->hw.mac.autoneg &&
H A De1000_hw.h800 bool autoneg; member in struct:e1000_mac_info
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_isr.c772 ha->hw.flags.autoneg = (((data & 0xFF000000) == 0) ? 0 : 1);

Completed in 320 milliseconds

12