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