Searched refs:QETH_RECOVER_THREAD (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/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() 806 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l2_open() 1131 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l2_recover() 1148 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover() 1149 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l2_recover()
|
D | qeth_l3_main.c | 1290 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_vlan_rx_kill_vid() 1482 if (qeth_threads_running(card, QETH_RECOVER_THREAD) && in qeth_l3_set_rx_mode() 2431 if (qeth_wait_for_threads(card, QETH_RECOVER_THREAD)) { in qeth_l3_open() 2786 if (!qeth_do_run_thread(card, QETH_RECOVER_THREAD)) in qeth_l3_recover() 2803 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover() 2804 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); in qeth_l3_recover()
|
D | qeth_core.h | 702 QETH_RECOVER_THREAD = 1, enumerator
|
D | qeth_core_main.c | 968 if (qeth_set_thread_start_bit(card, QETH_RECOVER_THREAD) == 0) in qeth_schedule_recovery() 1458 if (qeth_do_start_thread(card, QETH_RECOVER_THREAD)) { in qeth_start_kernel_thread() 1462 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); in qeth_start_kernel_thread() 1464 QETH_RECOVER_THREAD); in qeth_start_kernel_thread()
|