Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c339 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_add_vid()
372 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_kill_vid()
676 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_set_mac_address()
695 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l2_set_multicast_list()
861 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_open()
1155 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l2_recover()
1172 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover()
1173 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover()
Dqeth_l3_main.c1861 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_vlan_rx_kill_vid()
2237 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l3_set_multicast_list()
3162 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_open()
3549 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l3_recover()
3566 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover()
3567 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover()
Dqeth_core.h705 QETH_RECOVER_THREAD = 1, enumerator
Dqeth_core_main.c990 if (qeth_set_thread_start_bit(card, QETH_RECOVER_THREAD) == 0) in qeth_schedule_recovery()
1430 if (qeth_do_start_thread(card, QETH_RECOVER_THREAD)) { in qeth_start_kernel_thread()
1434 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_start_kernel_thread()
1436 QETH_RECOVER_THREAD); in qeth_start_kernel_thread()