Home
last modified time | relevance | path

Searched refs:link_check_complete (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c617 ixgbe->link_check_complete = B_FALSE; in ixgbe_attach()
1720 ixgbe->link_check_complete = B_FALSE; in ixgbe_reset()
3846 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3876 if (ixgbe->link_check_complete == B_TRUE || in ixgbe_driver_link_check()
3877 (ixgbe->link_check_complete == B_FALSE && in ixgbe_driver_link_check()
3882 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3946 ixgbe->link_check_complete = B_FALSE; in ixgbe_sfp_check()
H A Dixgbe_sw.h743 boolean_t link_check_complete; member