Searched refs:ofap (Results 1 – 1 of 1) sorted by relevance
7712 struct pqi_ofa_memory *ofap; in pqi_ofa_alloc_mem() local7719 ofap = ctrl_info->pqi_ofa_mem_virt_addr; in pqi_ofa_alloc_mem()7739 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()7748 put_unaligned_le16(sg_count, &ofap->num_memory_descriptors); in pqi_ofa_alloc_mem()7749 put_unaligned_le32(size, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()7755 mem_descriptor = &ofap->sg_descriptor[i]; in pqi_ofa_alloc_mem()7763 put_unaligned_le32 (0, &ofap->bytes_allocated); in pqi_ofa_alloc_mem()7818 struct pqi_ofa_memory *ofap; in pqi_ofa_free_host_buffer() local7820 ofap = ctrl_info->pqi_ofa_mem_virt_addr; in pqi_ofa_free_host_buffer()7822 if (!ofap) in pqi_ofa_free_host_buffer()[all …]