Searched defs:mgsl_struct (Results 1 – 1 of 1) sorted by relevance
179 struct mgsl_struct { struct199 struct mgsl_struct *next_device; /* device list link */ argument201 spinlock_t irq_spinlock; /* spinlock for synchronizing with ISR */202 struct work_struct task; /* task structure for scheduling bh */204 u32 EventMask; /* event trigger mask */205 u32 RecordedEvents; /* pending events */207 u32 max_frame_size; /* as set by device config */209 u32 pending_bh;211 bool bh_running; /* Protection from multiple */212 int isr_overflow;[all …]