Lines Matching defs:mISDNstack
505 struct mISDNstack { struct
506 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;
515 struct mutex lmutex; /* protect lists */
516 struct mISDN_sock_list l1sock;
518 u_int msg_cnt;
519 u_int sleep_cnt;
520 u_int stopped_cnt;