Searched refs:MGR_PH_NOTREADY (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | tei.c | 24 #define MGR_PH_NOTREADY 17 macro 334 if (!test_and_set_bit(MGR_PH_NOTREADY, &mgr->options)) { in do_send() 338 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_send() 345 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_send() 354 if (test_bit(MGR_PH_NOTREADY, &mgr->options)) { in do_ack() 368 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_ack()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | tei.c | 24 #define MGR_PH_NOTREADY 17 macro 334 if (!test_and_set_bit(MGR_PH_NOTREADY, &mgr->options)) { in do_send() 338 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_send() 345 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_send() 354 if (test_bit(MGR_PH_NOTREADY, &mgr->options)) { in do_ack() 368 test_and_clear_bit(MGR_PH_NOTREADY, &mgr->options); in do_ack()
|
Completed in 4 milliseconds