Lines Matching defs:mpi3mr_fwevt
1267 struct mpi3mr_fwevt { struct
1268 struct list_head list;
1269 struct work_struct work;
1270 struct mpi3mr_ioc *mrioc;
1271 u16 event_id;
1272 bool send_ack;
1273 bool process_evt;
1274 u32 evt_ctx;
1275 u16 event_data_size;
1276 bool pending_at_sml;
1277 bool discard;
1278 struct kref ref_count;
1279 char event_data[] __aligned(4);