Searched refs:dummy_pstack (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dcallc.c1009 dummy_pstack(struct PStack *st, int pr, void *arg) { function
1010 printk(KERN_WARNING"call to dummy_pstack pr=%04x arg %lx\n", pr, (long)arg);
1019 (*stp)->l1.l1l2 = dummy_pstack;
1020 (*stp)->l1.l1hw = dummy_pstack;
1021 (*stp)->l1.l1tei = dummy_pstack;
1022 (*stp)->l2.l2tei = dummy_pstack;
1023 (*stp)->l2.l2l1 = dummy_pstack;
1024 (*stp)->l2.l2l3 = dummy_pstack;
1025 (*stp)->l3.l3l2 = dummy_pstack;
1026 (*stp)->l3.l3ml3 = dummy_pstack;
[all...]

Completed in 97 milliseconds