Searched defs:autoneg_wait_to_complete (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c522 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
527 bool autoneg_wait_to_complete)
529 UNREFERENCED_3PARAMETER(hw, speed, autoneg_wait_to_complete);
538 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
543 bool *link_up, bool autoneg_wait_to_complete)
550 UNREFERENCED_1PARAMETER(autoneg_wait_to_complete);
526 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
542 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool autoneg_wait_to_complete) argument
H A Dixgbe_x540.c190 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
194 bool autoneg_wait_to_complete)
197 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete);
192 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
H A Dixgbe_82598.c53 bool autoneg_wait_to_complete);
59 bool autoneg_wait_to_complete);
62 bool autoneg_wait_to_complete);
557 bool autoneg_wait_to_complete)
572 if (autoneg_wait_to_complete) {
726 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
732 bool autoneg_wait_to_complete)
769 autoneg_wait_to_complete);
780 * @autoneg_wait_to_complete: TRUE if waiting is needed to complete
786 bool autoneg_wait_to_complete)
556 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw, bool autoneg_wait_to_complete) argument
730 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
784 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
[all...]
H A Dixgbe_82599.c50 bool autoneg_wait_to_complete);
602 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
608 bool autoneg_wait_to_complete)
638 if (autoneg_wait_to_complete) {
769 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
775 bool autoneg_wait_to_complete)
808 autoneg_wait_to_complete);
843 autoneg_wait_to_complete);
868 autoneg_wait_to_complete);
881 * @autoneg_wait_to_complete
607 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, bool autoneg_wait_to_complete) argument
773 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
885 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
1003 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
[all...]
H A Dixgbe_phy.c927 bool autoneg_wait_to_complete)
929 UNREFERENCED_1PARAMETER(autoneg_wait_to_complete);
925 ixgbe_setup_phy_link_speed_generic(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
H A Dixgbe_api.c606 bool autoneg_wait_to_complete)
609 autoneg_wait_to_complete),
685 bool autoneg_wait_to_complete)
688 autoneg_wait_to_complete),
701 bool autoneg_wait_to_complete)
704 autoneg_wait_to_complete),
605 ixgbe_setup_phy_link_speed(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
684 ixgbe_setup_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
700 ixgbe_setup_mac_link(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
H A Dixgbe_x550.c1710 bool autoneg_wait_to_complete)
1715 UNREFERENCED_1PARAMETER(autoneg_wait_to_complete);
2997 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
3006 bool autoneg_wait_to_complete)
3029 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete);
1708 ixgbe_setup_mac_link_sfp_x550em(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
3004 ixgbe_setup_mac_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
H A Dixgbe_common.c4761 * @autoneg_wait_to_complete: TRUE when waiting for completion is needed
4767 bool autoneg_wait_to_complete)
4820 autoneg_wait_to_complete);
4879 autoneg_wait_to_complete);
4905 autoneg_wait_to_complete);
4765 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw, ixgbe_link_speed speed, bool autoneg_wait_to_complete) argument
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h851 bool autoneg_wait_to_complete; member in struct:e1000_phy_info

Completed in 120 milliseconds