Searched refs:FLG_RECVQUEUE (Results 1 – 2 of 2) sorted by relevance
29 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()176 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel()195 schedule_event(dch, FLG_RECVQUEUE); in recv_Echannel()217 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel()225 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel_skb()240 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel_skb()257 schedule_event(dch, FLG_RECVQUEUE); in confirm_Dsend()295 schedule_event(bch, FLG_RECVQUEUE); in confirm_Bsend()
77 #define FLG_RECVQUEUE 30 macro