Searched defs:mpi3mr_fwevt (Results 1 – 1 of 1) sorted by relevance
845 struct mpi3mr_fwevt { struct846 struct list_head list;847 struct work_struct work;848 struct mpi3mr_ioc *mrioc;849 u16 event_id;850 bool send_ack;851 bool process_evt;852 u32 evt_ctx;853 struct kref ref_count;854 char event_data[0] __aligned(4);