Searched defs:mgsl_struct (Results 1 – 1 of 1) sorted by relevance
180 struct mgsl_struct { struct200 struct mgsl_struct *next_device; /* device list link */ argument202 spinlock_t irq_spinlock; /* spinlock for synchronizing with ISR */203 struct work_struct task; /* task structure for scheduling bh */205 u32 EventMask; /* event trigger mask */206 u32 RecordedEvents; /* pending events */208 u32 max_frame_size; /* as set by device config */210 u32 pending_bh;212 bool bh_running; /* Protection from multiple */213 int isr_overflow;[all …]