Lines Matching defs:mpi3mr_fwevt
1400 struct mpi3mr_fwevt { struct
1401 struct list_head list;
1402 struct work_struct work;
1403 struct mpi3mr_ioc *mrioc;
1404 u16 event_id;
1405 bool send_ack;
1406 bool process_evt;
1407 u32 evt_ctx;
1408 u16 event_data_size;
1409 bool pending_at_sml;
1410 bool discard;
1411 struct kref ref_count;
1412 char event_data[] __aligned(4);