Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetdevice.h335 __LINK_STATE_TESTING, enumerator
4262 if (!test_and_set_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_on()
4274 if (test_and_clear_bit(__LINK_STATE_TESTING, &dev->state)) in netif_testing_off()
4286 return test_bit(__LINK_STATE_TESTING, &dev->state); in netif_testing()