Searched refs:FLG_RECVQUEUE (Results 1 – 2 of 2) sorted by relevance
20 if (test_and_clear_bit(FLG_RECVQUEUE, &dch->Flags)) { in dchannel_bh()43 if (test_and_clear_bit(FLG_RECVQUEUE, &bch->Flags)) { in bchannel_bh()225 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel()244 schedule_event(dch, FLG_RECVQUEUE); in recv_Echannel()278 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel()287 schedule_event(dch, FLG_RECVQUEUE); in recv_Dchannel_skb()302 schedule_event(bch, FLG_RECVQUEUE); in recv_Bchannel_skb()319 schedule_event(dch, FLG_RECVQUEUE); in confirm_Dsend()357 schedule_event(bch, FLG_RECVQUEUE); in confirm_Bsend()
70 #define FLG_RECVQUEUE 30 macro