Lines Matching defs:mpi3mr_fwevt
1231 struct mpi3mr_fwevt { struct
1232 struct list_head list;
1233 struct work_struct work;
1234 struct mpi3mr_ioc *mrioc;
1235 u16 event_id;
1236 bool send_ack;
1237 bool process_evt;
1238 u32 evt_ctx;
1239 u16 event_data_size;
1240 bool pending_at_sml;
1241 bool discard;
1242 struct kref ref_count;
1243 char event_data[] __aligned(4);