Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/mISDN/
Dhwchannel.c29 if (test_and_clear_bit(FLG_RECVQUEUE, &dch->Flags)) { in dchannel_bh()
52 if (test_and_clear_bit(FLG_RECVQUEUE, &bch->Flags)) { in bchannel_bh()
234 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel()
253 schedule_event(dch, FLG_RECVQUEUE); in recv_Echannel()
287 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel()
296 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel_skb()
311 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel_skb()
328 schedule_event(dch, FLG_RECVQUEUE); in confirm_Dsend()
366 schedule_event(bch, FLG_RECVQUEUE); in confirm_Bsend()
/Linux-v4.19/include/linux/
DmISDNhw.h79 #define FLG_RECVQUEUE 30 macro