Lines Matching refs:BCState
45 static void bch_empty_fifo(struct BCState *bcs, int count);
46 static void bch_fill_fifo(struct BCState *bcs);
48 static void bch_mode(struct BCState *bcs, int mode, int bc);
49 static void bch_close_state(struct BCState *bcs);
50 static int bch_open_state(struct IsdnCardState *cs, struct BCState *bcs);
51 static int bch_setstack(struct PStack *st, struct BCState *bcs);
446 struct BCState *bcs = st->l1.bcs; in bch_l2l1()
507 bch_empty_fifo(struct BCState *bcs, int count) in bch_empty_fifo()
548 bch_fill_fifo(struct BCState *bcs) in bch_fill_fifo()
594 struct BCState *bcs; in bch_int()
713 bch_mode(struct BCState *bcs, int mode, int bc) in bch_mode()
761 bch_close_state(struct BCState *bcs) in bch_close_state()
782 bch_open_state(struct IsdnCardState *cs, struct BCState *bcs) in bch_open_state()
813 bch_setstack(struct PStack *st, struct BCState *bcs) in bch_setstack()