Searched refs:mem_descriptor (Results 1 – 1 of 1) sorted by relevance
7624 struct pqi_sg_descriptor *mem_descriptor = NULL; in pqi_ofa_alloc_mem() local7653 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()7654 put_unaligned_le64 ((u64) dma_handle, &mem_descriptor->address); in pqi_ofa_alloc_mem()7655 put_unaligned_le32 (chunk_size, &mem_descriptor->length); in pqi_ofa_alloc_mem()7661 put_unaligned_le32(CISS_SG_LAST, &mem_descriptor->flags); in pqi_ofa_alloc_mem()7669 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()7672 get_unaligned_le64(&mem_descriptor->address)); in pqi_ofa_alloc_mem()7729 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_free_host_buffer() local7740 mem_descriptor = ofap->sg_descriptor; in pqi_ofa_free_host_buffer()7745 get_unaligned_le32(&mem_descriptor[i].length), in pqi_ofa_free_host_buffer()[all …]