Lines Matching defs:mpi3mr_fwevt
1372 struct mpi3mr_fwevt { struct
1373 struct list_head list;
1374 struct work_struct work;
1375 struct mpi3mr_ioc *mrioc;
1376 u16 event_id;
1377 bool send_ack;
1378 bool process_evt;
1379 u32 evt_ctx;
1380 u16 event_data_size;
1381 bool pending_at_sml;
1382 bool discard;
1383 struct kref ref_count;
1384 char event_data[] __aligned(4);