Lines Matching defs:mpi3mr_fwevt
1248 struct mpi3mr_fwevt { struct
1249 struct list_head list;
1250 struct work_struct work;
1251 struct mpi3mr_ioc *mrioc;
1252 u16 event_id;
1253 bool send_ack;
1254 bool process_evt;
1255 u32 evt_ctx;
1256 u16 event_data_size;
1257 bool pending_at_sml;
1258 bool discard;
1259 struct kref ref_count;
1260 char event_data[] __aligned(4);