Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c598 ixgbe->link_check_complete = B_FALSE; in ixgbe_attach()
1631 ixgbe->link_check_complete = B_FALSE; in ixgbe_reset()
3678 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3708 if (ixgbe->link_check_complete == B_TRUE || in ixgbe_driver_link_check()
3709 (ixgbe->link_check_complete == B_FALSE && in ixgbe_driver_link_check()
3714 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3778 ixgbe->link_check_complete = B_FALSE; in ixgbe_sfp_check()
H A Dixgbe_sw.h720 boolean_t link_check_complete; member