Lines Matching refs:mem_descriptor
8817 struct pqi_sg_descriptor *mem_descriptor;
8837 mem_descriptor = &ofap->sg_descriptor[i];
8838 put_unaligned_le64((u64)dma_handle, &mem_descriptor->address);
8839 put_unaligned_le32(chunk_size, &mem_descriptor->length);
8842 put_unaligned_le32(CISS_SG_LAST, &mem_descriptor->flags);
8850 mem_descriptor = &ofap->sg_descriptor[i];
8853 get_unaligned_le64(&mem_descriptor->address));
8915 struct pqi_sg_descriptor *mem_descriptor;
8927 mem_descriptor = ofap->sg_descriptor;
8933 get_unaligned_le32(&mem_descriptor[i].length),
8935 get_unaligned_le64(&mem_descriptor[i].address));