Searched defs:nvmet_fc_fcp_iod (Results 1 – 1 of 1) sorted by relevance
71 struct nvmet_fc_fcp_iod { struct72 struct nvmefc_tgt_fcp_req *fcpreq;74 struct nvme_fc_cmd_iu cmdiubuf;75 struct nvme_fc_ersp_iu rspiubuf;76 dma_addr_t rspdma;77 struct scatterlist *next_sg;78 struct scatterlist *data_sg;79 int data_sg_cnt;80 u32 total_length;81 u32 offset;[all …]