Searched refs:link_up_wait_to_complete (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_x540.h | 44 bool link_up_wait_to_complete);
|
H A D | ixgbe_82598.c | 56 bool link_up_wait_to_complete); 644 bool link_up_wait_to_complete) in ixgbe_check_mac_link_82598() argument 663 if (link_up_wait_to_complete) { in ixgbe_check_mac_link_82598() 692 if (link_up_wait_to_complete) { in ixgbe_check_mac_link_82598()
|
H A D | ixgbe_x550.h | 114 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_common.h | 148 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_e610.h | 181 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_api.h | 93 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_api.c | 683 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_link() argument 686 link_up, link_up_wait_to_complete), in ixgbe_check_link()
|
H A D | ixgbe_x550.c | 4458 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_link_t_X550em() argument 4467 link_up_wait_to_complete); in ixgbe_check_link_t_X550em()
|
H A D | ixgbe_e610.c | 4172 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_link_E610() argument 4191 if (link_up_wait_to_complete && *link_up == false) { in ixgbe_check_link_E610()
|
H A D | ixgbe_common.c | 4244 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument 4290 if (link_up_wait_to_complete) { in ixgbe_check_mac_link_generic()
|