Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7710 struct pqi_sg_descriptor *mem_descriptor = NULL; in pqi_ofa_alloc_mem() local
7739 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
7740 put_unaligned_le64 ((u64) dma_handle, &mem_descriptor->address); in pqi_ofa_alloc_mem()
7741 put_unaligned_le32 (chunk_size, &mem_descriptor->length); in pqi_ofa_alloc_mem()
7747 put_unaligned_le32(CISS_SG_LAST, &mem_descriptor->flags); in pqi_ofa_alloc_mem()
7755 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
7758 get_unaligned_le64(&mem_descriptor->address)); in pqi_ofa_alloc_mem()
7817 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_free_host_buffer() local
7828 mem_descriptor = ofap->sg_descriptor; in pqi_ofa_free_host_buffer()
7833 get_unaligned_le32(&mem_descriptor[ in pqi_ofa_free_host_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c8817 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_alloc_mem() local
8837 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
8838 put_unaligned_le64((u64)dma_handle, &mem_descriptor->address); in pqi_ofa_alloc_mem()
8839 put_unaligned_le32(chunk_size, &mem_descriptor->length); in pqi_ofa_alloc_mem()
8842 put_unaligned_le32(CISS_SG_LAST, &mem_descriptor->flags); in pqi_ofa_alloc_mem()
8850 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
8853 get_unaligned_le64(&mem_descriptor->address)); in pqi_ofa_alloc_mem()
8915 struct pqi_sg_descriptor *mem_descriptor; in pqi_ofa_free_host_buffer() local
8927 mem_descriptor = ofap->sg_descriptor; in pqi_ofa_free_host_buffer()
8933 get_unaligned_le32(&mem_descriptor[ in pqi_ofa_free_host_buffer()
[all...]

Completed in 23 milliseconds