| tag | line | file | source code |
| l3 | 960 | drivers/isdn/teles/callc.c | st->l3.debug = 2; |
| l3 | 962 | drivers/isdn/teles/callc.c | st->l3.debug = 0xff; |
| l3 | 966 | drivers/isdn/teles/callc.c | st->l3.l3l4 = ll_handler; |
| l3 | 1227 | drivers/isdn/teles/callc.c | st->l3.debug = 0xff; |
| l3 | 1412 | drivers/isdn/teles/callc.c | chanp->ds.l3.l3l2(&chanp->ds, DL_DATA, ibh); |
| l3 | 140 | drivers/isdn/teles/isdnl2.c | st->l3.service_up(st, DL_ACTIVATE_CNF, NULL); |
| l3 | 158 | drivers/isdn/teles/isdnl2.c | st->l3.service_up(st, DL_DEACTIVATE_IND, NULL); |
| l3 | 1386 | drivers/isdn/teles/isdnl2.c | st->l3.l3l2 = isdnl2_l3l2; |
| l3 | 1413 | drivers/isdn/teles/isdnl2.c | st->l3.service_up(st, DL_DATA, ibh); |
| l3 | 24 | drivers/isdn/teles/isdnl3.c | st->l3.l3l2(st, DL_DATA, ibh); |
| l3 | 30 | drivers/isdn/teles/isdnl3.c | st->l3.state = state; |
| l3 | 51 | drivers/isdn/teles/isdnl3.c | *p++ = st->l3.callref; |
| l3 | 73 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_RELEASE_CNF, NULL); |
| l3 | 84 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_RELEASE_CNF, NULL); |
| l3 | 95 | drivers/isdn/teles/isdnl3.c | st->l3.callref = st->pa->callref; |
| l3 | 102 | drivers/isdn/teles/isdnl3.c | *p++ = st->l3.callref; |
| l3 | 178 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_PROCEEDING_IND, NULL); |
| l3 | 188 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_DISCONNECT_IND, NULL); |
| l3 | 197 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_SETUP_CNF, NULL); |
| l3 | 208 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_ALERTING_IND, NULL); |
| l3 | 221 | drivers/isdn/teles/isdnl3.c | st->l3.callref = 0x80 + st->pa->callref; |
| l3 | 301 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_SETUP_IND, NULL); |
| l3 | 316 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_REJECT, NULL); |
| l3 | 324 | drivers/isdn/teles/isdnl3.c | st->l3.callref = 0x80 + st->pa->callref; |
| l3 | 335 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_SETUP_COMPLETE_IND, NULL); |
| l3 | 353 | drivers/isdn/teles/isdnl3.c | *p++ = st->l3.callref; |
| l3 | 377 | drivers/isdn/teles/isdnl3.c | st->l3.l3l4(st, CC_RELEASE_IND, NULL); |
| l3 | 491 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == datastatelist_1tr6t[i].state) && |
| l3 | 498 | drivers/isdn/teles/isdnl3.c | st->l3.state, mt_trans(PROTO_DIS_N1, mt)); |
| l3 | 505 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == datastatelist[i].state) && |
| l3 | 530 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == datastatelist_1tr6t[i].state) && |
| l3 | 536 | drivers/isdn/teles/isdnl3.c | ,st->l3.state, mt_trans(PROTO_DIS_N1, mt)); |
| l3 | 545 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == datastatelist[i].state) && |
| l3 | 567 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == downstatelist_1tr6t[i].state) && |
| l3 | 572 | drivers/isdn/teles/isdnl3.c | printk(KERN_INFO "isdnl3down unhandled 1tr6 state %d primitive %x\n", st->l3.state, pr); |
| l3 | 580 | drivers/isdn/teles/isdnl3.c | if ((st->l3.state == downstatelist[i].state) && |
| l3 | 594 | drivers/isdn/teles/isdnl3.c | st->l3.state = 0; |
| l3 | 595 | drivers/isdn/teles/isdnl3.c | st->l3.callref = 0; |
| l3 | 596 | drivers/isdn/teles/isdnl3.c | st->l3.debug = 0; |
| l3 | 48 | drivers/isdn/teles/l3_1TR6.c | *p++ = st->l3.callref; |
| l3 | 66 | drivers/isdn/teles/l3_1TR6.c | st->l3.callref = st->pa->callref; |
| l3 | 73 | drivers/isdn/teles/l3_1TR6.c | *p++ = st->l3.callref; |
| l3 | 119 | drivers/isdn/teles/l3_1TR6.c | st->l3.callref = 0x80 + st->pa->callref; |
| l3 | 122 | drivers/isdn/teles/l3_1TR6.c | printk(KERN_INFO "1tr6: TU_SETUP cr=%d\n",st->l3.callref); |
| l3 | 166 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_SETUP_IND, NULL); |
| l3 | 209 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_PROCEEDING_IND, NULL); |
| l3 | 232 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_ALERTING_IND, NULL); |
| l3 | 255 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_INFO_CHARGE, NULL); |
| l3 | 295 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_SETUP_CNF, NULL); |
| l3 | 311 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_RELEASE_IND, NULL); |
| l3 | 327 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_RELEASE_CNF, NULL); |
| l3 | 352 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_INFO_CHARGE, NULL); |
| l3 | 374 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_DISCONNECT_IND, NULL); |
| l3 | 389 | drivers/isdn/teles/l3_1TR6.c | st->l3.l3l4(st, CC_SETUP_COMPLETE_IND, NULL); |
| l3 | 413 | drivers/isdn/teles/l3_1TR6.c | st->l3.callref = 0x80 + st->pa->callref; |
| l3 | 445 | drivers/isdn/teles/l3_1TR6.c | *p++ = st->l3.callref; |
| l3 | 448 | drivers/isdn/teles/l3_1TR6.c | if (st->l3.state == 7) { |
| l3 | 70 | drivers/isdn/teles/tei.c | st->l3.l3l2(st, DL_UNIT_DATA, ibh); |
| l3 | 81 | drivers/isdn/teles/tei.c | if (st->l3.debug) |
| l3 | 89 | drivers/isdn/teles/tei.c | if (st->l3.debug) |
| l3 | 106 | drivers/isdn/teles/tei.c | st->l3.l3l2(st, DL_UNIT_DATA, ibh); |
| l3 | 115 | drivers/isdn/teles/tei.c | if (st->l3.debug) |
| l3 | 127 | drivers/isdn/teles/tei.c | st->l3.l3l2(st, DL_UNIT_DATA, ibh); |
| l3 | 132 | drivers/isdn/teles/tei.c | if (st->l3.debug) |
| l3 | 208 | drivers/isdn/teles/tei.c | st->l3.debug = 0; |
| l3 | 297 | drivers/isdn/teles/teles.h | struct Layer3 l3; |
| l3 | 23 | include/asm-sparc/head.h | rd %psr, %l0; b label; rd %wim, %l3; nop; |
| l3 | 26 | include/asm-sparc/head.h | #define SPARC_TFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 1, %l7; |
| l3 | 27 | include/asm-sparc/head.h | #define SPARC_DFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 0, %l7; |
| l3 | 28 | include/asm-sparc/head.h | #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b C_LABEL(srmmu_fault); mov 1, %l7; |
| l3 | 29 | include/asm-sparc/head.h | #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b C_LABEL(srmmu_fault); mov 0, %l7; |
| l3 | 33 | include/asm-sparc/head.h | rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3; |
| l3 | 81 | include/asm-sparc/head.h | mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3; |
| l3 | 91 | include/asm-sparc/head.h | rd %wim, %l3; b linux_trap_nmi_sun4c; mov %psr, %l0; nop; |
| l3 | 97 | include/asm-sparc/head.h | rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0; |
| l3 | 100 | include/asm-sparc/head.h | rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0; |