Searched refs:QETH_RECOVER_THREAD (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/s390/net/ |
D | qeth_l2_main.c | 300 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_add_vid() 329 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_vlan_rx_kill_vid() 497 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_set_mac_address() 604 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l2_set_rx_mode() 803 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_open() 1125 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l2_recover() 1142 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover() 1143 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover()
|
D | qeth_l3_main.c | 1288 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_vlan_rx_kill_vid() 1480 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l3_set_rx_mode() 2426 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_open() 2777 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l3_recover() 2794 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover() 2795 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover()
|
D | qeth_core.h | 697 QETH_RECOVER_THREAD = 1, enumerator
|
D | qeth_core_main.c | 1011 if (qeth_set_thread_start_bit(card, QETH_RECOVER_THREAD) == 0) in qeth_schedule_recovery() 1451 if (qeth_do_start_thread(card, QETH_RECOVER_THREAD)) { in qeth_start_kernel_thread() 1455 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_start_kernel_thread() 1457 QETH_RECOVER_THREAD); in qeth_start_kernel_thread()
|