Lines Matching defs:mpi3mr_drvr_cmd
417 struct mpi3mr_drvr_cmd { struct
418 struct mtx lock;
419 struct completion completion;
420 void *reply;
421 U8 *sensebuf;
422 U8 iou_rc;
423 U16 state;
424 U16 dev_handle;
425 U16 ioc_status;
426 U32 ioc_loginfo;
427 U8 is_waiting;
428 U8 is_senseprst;
429 U8 retry_count;
430 U16 host_tag;
431 DRVR_CMD_CALLBACK callback;