Lines Matching defs:mISDNstack
493 struct mISDNstack { struct
494 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;
503 struct mutex lmutex; /* protect lists */
504 struct mISDN_sock_list l1sock;
506 u_int msg_cnt;
507 u_int sleep_cnt;
508 u_int stopped_cnt;