Lines Matching defs:megasas_cmd
1871 struct megasas_cmd { struct
1873 union megasas_frame *frame;
1874 dma_addr_t frame_phys_addr;
1875 u8 *sense;
1876 dma_addr_t sense_phys_addr;
1878 u32 index;
1879 u8 sync_cmd;
1880 u8 cmd_status;
1881 u8 abort_aen;
1882 u8 retry_for_fw_reset;
1885 struct list_head list;
1886 struct scsi_cmnd *scmd;
1888 void *mpt_pthr_cmd_blocked;
1889 atomic_t mfi_mpt_pthr;
1890 u8 is_wait_event;
1892 struct megasas_instance *instance;
1893 union {