/drivers/isdn/hisax/ |
D | isdnl2.c | 148 freewin(struct PStack *st) in freewin() 163 cansend(struct PStack *st) in cansend() 218 enqueue_super(struct PStack *st, in enqueue_super() 253 IsSFrame(u_char *data, struct PStack *st) in IsSFrame() 263 IsSABME(u_char *data, struct PStack *st) in IsSABME() 271 IsREJ(u_char *data, struct PStack *st) in IsREJ() 283 IsRNR(u_char *data, struct PStack *st) in IsRNR() 289 iframe_error(struct PStack *st, struct sk_buff *skb) in iframe_error() 312 super_error(struct PStack *st, struct sk_buff *skb) in super_error() 322 unnum_error(struct PStack *st, struct sk_buff *skb, int wantrsp) in unnum_error() [all …]
|
D | hisax.h | 214 struct PStack **stlistp; 218 void (*l1l2) (struct PStack *, int, void *); 219 void (*l1hw) (struct PStack *, int, void *); 220 void (*l1tei) (struct PStack *, int, void *); 263 void (*l2l1) (struct PStack *, int, void *); 264 void (*l2l3) (struct PStack *, int, void *); 265 void (*l2tei) (struct PStack *, int, void *); 274 void (*l3l4) (struct PStack *, int, void *); 275 void (*l3ml3) (struct PStack *, int, void *); 276 void (*l3l2) (struct PStack *, int, void *); [all …]
|
D | isdnl3.h | 28 struct PStack; 36 struct l3_process *new_l3_process(struct PStack *st, int cr); 38 struct l3_process *getl3proc(struct PStack *st, int cr); 39 void l3_msg(struct PStack *st, int pr, void *arg); 40 void setstack_dss1(struct PStack *st); 41 void setstack_ni1(struct PStack *st); 42 void setstack_1tr6(struct PStack *st);
|
D | isdnl1.c | 145 struct PStack *st = fi->userdata; in l1m_debug() 158 struct PStack *st; in L1activated() 173 struct PStack *st; in L1deactivated() 188 struct PStack *stptr; in DChannel_proc_xmt() 207 struct PStack *stptr = cs->stlist; in DChannel_proc_rcv() 273 struct PStack *st = bcs->st; in BChannel_proc_xmt() 335 struct PStack *st) in HiSax_addlist() 343 struct PStack *st) in HiSax_rmlist() 345 struct PStack *p; in HiSax_rmlist() 466 struct PStack *st = fi->userdata; in l1_deact_cnf() [all …]
|
D | tei.c | 38 void tei_handler(struct PStack *st, u_char pr, struct sk_buff *skb); 87 static struct PStack * 88 findtei(struct PStack *st, int tei) in findtei() 90 struct PStack *ptr = *(st->l1.stlistp); in findtei() 104 put_tei_msg(struct PStack *st, u_char m_id, unsigned int ri, u_char tei) in put_tei_msg() 129 struct PStack *st = fi->userdata; in tei_id_request() 150 struct PStack *ost, *st = fi->userdata; in tei_id_assign() 178 struct PStack *ost, *st = fi->userdata; in tei_id_test_dup() 199 struct PStack *st = fi->userdata; in tei_id_denied() 213 struct PStack *st = fi->userdata; in tei_id_chk_req() [all …]
|
D | isdnl3.c | 73 struct PStack *st = fi->userdata; in l3m_debug() 218 no_l3_proto(struct PStack *st, int pr, void *arg) in no_l3_proto() 229 no_l3_proto_spec(struct PStack *st, isdn_ctrl *ic) in no_l3_proto_spec() 236 *getl3proc(struct PStack *st, int cr) in getl3proc() 249 *new_l3_process(struct PStack *st, int cr) in new_l3_process() 316 l3ml3p(struct PStack *st, int pr) in l3ml3p() 330 setstack_l3dc(struct PStack *st, struct Channel *chanp) in setstack_l3dc() 382 isdnl3_trans(struct PStack *st, int pr, void *arg) { in isdnl3_trans() 387 releasestack_isdnl3(struct PStack *st) in releasestack_isdnl3() 401 setstack_l3bc(struct PStack *st, struct Channel *chanp) in setstack_l3bc() [all …]
|
D | lmgr.c | 16 error_handling_dchan(struct PStack *st, int Error) in error_handling_dchan() 29 hisax_manager(struct PStack *st, int pr, void *arg) in hisax_manager() 47 setstack_manager(struct PStack *st) in setstack_manager()
|
D | ipacx.c | 37 static void dch_l2l1(struct PStack *st, int pr, void *arg); 42 static void dch_setstack(struct PStack *st, struct IsdnCardState *cs); 44 static void bch_l2l1(struct PStack *st, int pr, void *arg); 51 static int bch_setstack(struct PStack *st, struct BCState *bcs); 95 dch_l2l1(struct PStack *st, int pr, void *arg) in dch_l2l1() 203 struct PStack *st; in dbusy_timer_handler() 413 dch_setstack(struct PStack *st, struct IsdnCardState *cs) in dch_setstack() 446 bch_l2l1(struct PStack *st, int pr, void *arg) in bch_l2l1() 813 bch_setstack(struct PStack *st, struct BCState *bcs) in bch_setstack()
|
D | callc.c | 856 struct PStack *st = chanp->b_st; in release_b_st() 876 *selectfreechannel(struct PStack *st, int bch) in selectfreechannel() 924 dchan_l3l4(struct PStack *st, int pr, void *arg) in dchan_l3l4() 1009 dummy_pstack(struct PStack *st, int pr, void *arg) { in dummy_pstack() 1014 init_PStack(struct PStack **stp) { in init_PStack() 1015 *stp = kmalloc(sizeof(struct PStack), GFP_ATOMIC); in init_PStack() 1036 struct PStack *st; in init_d_st() 1149 struct PStack *st = chanp->d_st; in release_d_st() 1184 lldata_handler(struct PStack *st, int pr, void *arg) in lldata_handler() 1216 lltrans_handler(struct PStack *st, int pr, void *arg) in lltrans_handler() [all …]
|
D | isdnl1.h | 29 void l1_msg_b(struct PStack *st, int pr, void *arg);
|
D | amd7930_fn.c | 240 struct PStack *stptr; in Amd7930_bh() 558 Amd7930_l1hw(struct PStack *st, int pr, void *arg) in Amd7930_l1hw() 670 setstack_Amd7930(struct PStack *st, struct IsdnCardState *cs) in setstack_Amd7930() 691 struct PStack *stptr; in dbusy_timer_handler()
|
D | config.c | 1576 static void hisax_d_l2l1(struct PStack *st, int pr, void *arg); 1577 static void hisax_b_l2l1(struct PStack *st, int pr, void *arg); 1579 static int hisax_bc_setstack(struct PStack *st, struct BCState *bcs); 1655 struct PStack *st; in hisax_bh() 1695 struct PStack *st; in hisax_d_l1l2() 1739 struct PStack *st = bcs->st; in hisax_b_l1l2() 1782 static void hisax_d_l2l1(struct PStack *st, int pr, void *arg) in hisax_d_l2l1() 1819 static void hisax_b_l2l1(struct PStack *st, int pr, void *arg) in hisax_b_l2l1() 1852 static int hisax_bc_setstack(struct PStack *st, struct BCState *bcs) in hisax_bc_setstack()
|
D | l3ni1.c | 47 static unsigned char new_invoke_id(struct PStack *p) in new_invoke_id() 72 static void free_invoke_id(struct PStack *p, unsigned char id) in free_invoke_id() 85 *ni1_new_l3_process(struct PStack *st, int cr) in ni1_new_l3_process() 112 l3ni1_search_dummy_proc(struct PStack *st, int id) in l3ni1_search_dummy_proc() 130 l3ni1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3ni1_dummy_return_result() 163 l3ni1_dummy_error_return(struct PStack *st, int id, ulong error) in l3ni1_dummy_error_return() 196 l3ni1_dummy_invoke(struct PStack *st, int cr, int id, in l3ni1_dummy_invoke() 220 l3ni1_parse_facility(struct PStack *st, struct l3_process *pc, in l3ni1_parse_facility() 2023 static int l3ni1_cmd_global(struct PStack *st, isdn_ctrl *ic) in l3ni1_cmd_global() 2840 global_handler(struct PStack *st, int mt, struct sk_buff *skb) in global_handler() [all …]
|
D | l3dss1.c | 48 static unsigned char new_invoke_id(struct PStack *p) in new_invoke_id() 73 static void free_invoke_id(struct PStack *p, unsigned char id) in free_invoke_id() 86 *dss1_new_l3_process(struct PStack *st, int cr) in dss1_new_l3_process() 113 l3dss1_search_dummy_proc(struct PStack *st, int id) in l3dss1_search_dummy_proc() 131 l3dss1_dummy_return_result(struct PStack *st, int id, u_char *p, u_char nlen) in l3dss1_dummy_return_result() 164 l3dss1_dummy_error_return(struct PStack *st, int id, ulong error) in l3dss1_dummy_error_return() 197 l3dss1_dummy_invoke(struct PStack *st, int cr, int id, in l3dss1_dummy_invoke() 221 l3dss1_parse_facility(struct PStack *st, struct l3_process *pc, in l3dss1_parse_facility() 2167 static int l3dss1_cmd_global(struct PStack *st, isdn_ctrl *ic) in l3dss1_cmd_global() 2903 global_handler(struct PStack *st, int mt, struct sk_buff *skb) in global_handler() [all …]
|
D | w6692.c | 107 struct PStack *stptr; in W6692_bh() 559 W6692_l1hw(struct PStack *st, int pr, void *arg) in W6692_l1hw() 673 setstack_W6692(struct PStack *st, struct IsdnCardState *cs) in setstack_W6692() 686 struct PStack *stptr; in dbusy_timer_handler() 756 W6692_l2l1(struct PStack *st, int pr, void *arg) in W6692_l2l1() 864 setstack_w6692(struct PStack *st, struct BCState *bcs) in setstack_w6692()
|
D | hscx.c | 96 hscx_l2l1(struct PStack *st, int pr, void *arg) in hscx_l2l1() 204 setstack_hscx(struct PStack *st, struct BCState *bcs) in setstack_hscx()
|
D | jade.c | 134 jade_l2l1(struct PStack *st, int pr, void *arg) in jade_l2l1() 243 setstack_jade(struct PStack *st, struct BCState *bcs) in setstack_jade()
|
D | icc.c | 85 struct PStack *stptr; in icc_bh() 435 ICC_l1hw(struct PStack *st, int pr, void *arg) in ICC_l1hw() 569 setstack_icc(struct PStack *st, struct IsdnCardState *cs) in setstack_icc() 585 struct PStack *stptr; in dbusy_timer_handler()
|
D | isac.c | 88 struct PStack *stptr; in isac_bh() 438 ISAC_l1hw(struct PStack *st, int pr, void *arg) in ISAC_l1hw() 567 setstack_isac(struct PStack *st, struct IsdnCardState *cs) in setstack_isac() 584 struct PStack *stptr; in dbusy_timer_handler()
|
D | l3_1tr6.c | 744 up1tr6(struct PStack *st, int pr, void *arg) in up1tr6() 859 down1tr6(struct PStack *st, int pr, void *arg) in down1tr6() 906 man1tr6(struct PStack *st, int pr, void *arg) in man1tr6() 934 setstack_1tr6(struct PStack *st) in setstack_1tr6()
|
D | elsa_ser.c | 424 extern void hscx_l2l1(struct PStack *st, int pr, void *arg); 548 modem_l2l1(struct PStack *st, int pr, void *arg) in modem_l2l1() 584 setstack_elsa(struct PStack *st, struct BCState *bcs) in setstack_elsa()
|
D | hfc_2bds0.c | 453 hfc_l2l1(struct PStack *st, int pr, void *arg) in hfc_l2l1() 540 setstack_2b(struct PStack *st, struct BCState *bcs) in setstack_2b() 903 HFCD_l1hw(struct PStack *st, int pr, void *arg) in HFCD_l1hw() 1011 setstack_hfcd(struct PStack *st, struct IsdnCardState *cs) in setstack_hfcd()
|
D | hfc_sx.c | 560 dch_nt_l2l1(struct PStack *st, int pr, void *arg) in dch_nt_l2l1() 871 HFCSX_l1hw(struct PStack *st, int pr, void *arg) in HFCSX_l1hw() 1007 setstack_hfcsx(struct PStack *st, struct IsdnCardState *cs) in setstack_hfcsx() 1141 hfcsx_l2l1(struct PStack *st, int pr, void *arg) in hfcsx_l2l1() 1237 setstack_2b(struct PStack *st, struct BCState *bcs) in setstack_2b()
|
D | hfc_pci.c | 734 dch_nt_l2l1(struct PStack *st, int pr, void *arg) in dch_nt_l2l1() 1106 HFCPCI_l1hw(struct PStack *st, int pr, void *arg) in HFCPCI_l1hw() 1244 setstack_hfcpci(struct PStack *st, struct IsdnCardState *cs) in setstack_hfcpci() 1389 hfcpci_l2l1(struct PStack *st, int pr, void *arg) in hfcpci_l2l1() 1486 setstack_2b(struct PStack *st, struct BCState *bcs) in setstack_2b()
|
D | hfc_2bs0.c | 453 hfc_l2l1(struct PStack *st, int pr, void *arg) in hfc_l2l1() 542 setstack_hfc(struct PStack *st, struct BCState *bcs) in setstack_hfc()
|