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

/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c20 if (test_and_clear_bit(FLG_RECVQUEUE, &dch->Flags)) {
43 if (test_and_clear_bit(FLG_RECVQUEUE, &bch->Flags)) {
225 schedule_event(dch, FLG_RECVQUEUE);
244 schedule_event(dch, FLG_RECVQUEUE);
278 schedule_event(bch, FLG_RECVQUEUE);
287 schedule_event(dch, FLG_RECVQUEUE);
302 schedule_event(bch, FLG_RECVQUEUE);
319 schedule_event(dch, FLG_RECVQUEUE);
357 schedule_event(bch, FLG_RECVQUEUE);
/linux-master/include/linux/
H A DmISDNhw.h70 #define FLG_RECVQUEUE 30 macro

Completed in 108 milliseconds