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