Searched refs:m_context (Results 1 – 2 of 2) sorted by relevance
285 m_context(context), in AddressSpaceStream()302 m_ops.unmap(m_context.to_host, sizeof(struct asg_ring_storage)); in ~AddressSpaceStream()303 m_ops.unmap(m_context.buffer, m_writeBufferSize); in ~AddressSpaceStream()465 m_context.ring_config->transfer_size = size; in writeFully()466 m_context.ring_config->transfer_mode = 3; in writeFully()479 m_context.to_host_large_xfer.ring, in writeFully()480 &m_context.to_host_large_xfer.view, in writeFully()483 if (*(m_context.host_state) != ASG_HOST_STATE_CAN_CONSUME) { in writeFully()499 m_context.ring_config->transfer_mode = 1; in writeFully()519 return 1 == m_context.ring_config->in_error; in isInError()[all …]
83 struct asg_context m_context; variable