Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c7626 struct pqi_ofa_memory *ofap; in pqi_ofa_alloc_mem() local
7633 ofap = ctrl_info->pqi_ofa_mem_virt_addr; in pqi_ofa_alloc_mem()
7653 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
7662 put_unaligned_le16(sg_count, &ofap->num_memory_descriptors); in pqi_ofa_alloc_mem()
7663 put_unaligned_le32(size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
7669 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()
7677 put_unaligned_le32 (0, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()
7730 struct pqi_ofa_memory *ofap; in pqi_ofa_free_host_buffer() local
7732 ofap = ctrl_info->pqi_ofa_mem_virt_addr; in pqi_ofa_free_host_buffer()
7734 if (!ofap) in pqi_ofa_free_host_buffer()
[all …]