Searched refs:FLG_L1_NOTREADY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h139 #define FLG_L1_NOTREADY 17 macro
H A Dlayer2.c192 if (test_and_set_bit(FLG_L1_NOTREADY, &l2->flag)) {
237 if (test_bit(FLG_L1_NOTREADY, &l2->flag)) {
253 test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);
258 if (!test_and_set_bit(FLG_L1_NOTREADY, &l2->flag)) {
265 test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);
268 test_and_clear_bit(FLG_L1_NOTREADY, &l2->flag);

Completed in 34 milliseconds