Lines Matching refs:BCState
67 static void fill_mem(struct BCState *bcs, u_int *pos, u_int cnt, int chan, u_char fill) in fill_mem()
87 mode_tiger(struct BCState *bcs, int mode, int bc) in mode_tiger()
216 static int make_raw_data(struct BCState *bcs) { in make_raw_data()
306 static int make_raw_data_56k(struct BCState *bcs) { in make_raw_data_56k()
380 static void got_frame(struct BCState *bcs, int count) { in got_frame()
398 static void read_raw(struct BCState *bcs, u_int *buf, int cnt) { in read_raw()
605 static void write_raw(struct BCState *bcs, u_int *buf, int cnt);
607 void netjet_fill_dma(struct BCState *bcs) in netjet_fill_dma()
674 static void write_raw(struct BCState *bcs, u_int *buf, int cnt) { in write_raw()
795 struct BCState *bcs = st->l1.bcs; in tiger_l2l1()
854 close_tigerstate(struct BCState *bcs) in close_tigerstate()
873 open_tigerstate(struct IsdnCardState *cs, struct BCState *bcs) in open_tigerstate()
898 setstack_tiger(struct PStack *st, struct BCState *bcs) in setstack_tiger()