Searched refs:heap_offset (Results 1 – 1 of 1) sorted by relevance
1249 uint32_t heap_offset = 0; in ocs_sframe_common_send() local1274 ctx = (void*)(heap_virt_base + heap_offset); in ocs_sframe_common_send()1275 heap_offset += sizeof(*ctx); in ocs_sframe_common_send()1276 ocs_assert(heap_offset < heap_size, -1); in ocs_sframe_common_send()1283 ctx->payload.phys = heap_phys_base + heap_offset; in ocs_sframe_common_send()1284 ctx->payload.virt = heap_virt_base + heap_offset; in ocs_sframe_common_send()1287 heap_offset += payload_len; in ocs_sframe_common_send()1288 ocs_assert(heap_offset <= heap_size, -1); in ocs_sframe_common_send()