Home
last modified time | relevance | path

Searched refs:mem_descriptor (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c8702 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_alloc_mem() local
8722 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
8723 put_unaligned_le64((u64)dma_handle, &mem_descriptor->address); in pqi_ofa_alloc_mem()
8724 put_unaligned_le32(chunk_size, &mem_descriptor->length); in pqi_ofa_alloc_mem()
8727 put_unaligned_le32(CISS_SG_LAST, &mem_descriptor->flags); in pqi_ofa_alloc_mem()
8735 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
8738 get_unaligned_le64(&mem_descriptor->address)); in pqi_ofa_alloc_mem()
8800 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_free_host_buffer() local
8812 mem_descriptor = ofap->sg_descriptor; in pqi_ofa_free_host_buffer()
8818 get_unaligned_le32(&mem_descriptor[i].length), in pqi_ofa_free_host_buffer()
[all …]