Searched defs:mISDNstack (Results 1 – 1 of 1) sorted by relevance
493 struct mISDNstack { struct494 u_long status;495 struct mISDNdevice *dev;496 struct task_struct *thread;497 struct completion *notify;498 wait_queue_head_t workq;499 struct sk_buff_head msgq;500 struct list_head layer2;501 struct mISDNchannel *layer1;502 struct mISDNchannel own;[all …]