Searched defs:mISDNstack (Results 1 – 1 of 1) sorted by relevance
505 struct mISDNstack { struct506 u_long status;507 struct mISDNdevice *dev;508 struct task_struct *thread;509 struct completion *notify;510 wait_queue_head_t workq;511 struct sk_buff_head msgq;512 struct list_head layer2;513 struct mISDNchannel *layer1;514 struct mISDNchannel own;[all …]