Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c561 ixgbe->link_check_complete = B_FALSE; in ixgbe_attach()
1484 ixgbe->link_check_complete = B_FALSE; in ixgbe_reset()
3359 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3383 if (ixgbe->link_check_complete == B_TRUE || in ixgbe_driver_link_check()
3384 (ixgbe->link_check_complete == B_FALSE && in ixgbe_driver_link_check()
3389 ixgbe->link_check_complete = B_TRUE; in ixgbe_driver_link_check()
3452 ixgbe->link_check_complete = B_FALSE; in ixgbe_sfp_check()
H A Dixgbe_sw.h723 boolean_t link_check_complete; member