Searched defs:lmrc_mpt_cmd (Results 1 – 1 of 1) sorted by relevance
106 struct lmrc_mpt_cmd { struct107 list_node_t mpt_node;108 lmrc_dma_t mpt_chain_dma;109 lmrc_dma_t mpt_sense_dma;110 uint16_t mpt_smid;111 uint16_t mpt_queue;113 lmrc_mfi_cmd_t *mpt_mfi;114 struct scsi_pkt *mpt_pkt;116 void *mpt_io_frame;117 Mpi25IeeeSgeChain64_t *mpt_chain;[all …]