Searched defs:link_up_wait_to_complete (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c56 bool link_up_wait_to_complete);
637 * @link_up_wait_to_complete: bool used to wait for link up or not
643 bool link_up_wait_to_complete)
662 if (link_up_wait_to_complete) {
691 if (link_up_wait_to_complete) {
641 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_api.c631 bool *link_up, bool link_up_wait_to_complete)
634 link_up, link_up_wait_to_complete),
630 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_x550.c3037 * @link_up_wait_to_complete: bool used to wait for link up or not
3042 bool *link_up, bool link_up_wait_to_complete)
3051 link_up_wait_to_complete);
3041 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_common.c4056 * @link_up_wait_to_complete: bool used to wait for link up or not
4061 bool *link_up, bool link_up_wait_to_complete)
4078 if (link_up_wait_to_complete) {
4060 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument

Completed in 65 milliseconds