Lines Matching defs:mpi3mr_fwevt
1384 struct mpi3mr_fwevt { struct
1385 struct list_head list;
1386 struct work_struct work;
1387 struct mpi3mr_ioc *mrioc;
1388 u16 event_id;
1389 bool send_ack;
1390 bool process_evt;
1391 u32 evt_ctx;
1392 u16 event_data_size;
1393 bool pending_at_sml;
1394 bool discard;
1395 struct kref ref_count;
1396 char event_data[] __aligned(4);