Searched refs:QETH_RECOVER_THREAD (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/s390/net/ |
| D | qeth_l2_main.c | 353 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_add_vid() 386 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_kill_vid() 727 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_set_mac_address() 815 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l2_set_rx_mode() 1010 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_open() 1318 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l2_recover() 1335 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover() 1336 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover()
|
| D | qeth_l3_main.c | 1755 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_vlan_rx_kill_vid() 2127 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l3_set_multicast_list() 3052 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_open() 3433 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l3_recover() 3450 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover() 3451 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover()
|
| D | qeth_core.h | 706 QETH_RECOVER_THREAD = 1, enumerator
|
| D | qeth_core_main.c | 991 if (qeth_set_thread_start_bit(card, QETH_RECOVER_THREAD) == 0) in qeth_schedule_recovery() 1431 if (qeth_do_start_thread(card, QETH_RECOVER_THREAD)) { in qeth_start_kernel_thread() 1435 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_start_kernel_thread() 1437 QETH_RECOVER_THREAD); in qeth_start_kernel_thread()
|