Searched refs:heap_offset (Results 1 – 1 of 1) sorted by relevance
1244 uint32_t heap_offset = 0; in ocs_sframe_common_send() local1269 ctx = (void*)(heap_virt_base + heap_offset); in ocs_sframe_common_send()1270 heap_offset += sizeof(*ctx); in ocs_sframe_common_send()1271 ocs_assert(heap_offset < heap_size, -1); in ocs_sframe_common_send()1278 ctx->payload.phys = heap_phys_base + heap_offset; in ocs_sframe_common_send()1279 ctx->payload.virt = heap_virt_base + heap_offset; in ocs_sframe_common_send()1282 heap_offset += payload_len; in ocs_sframe_common_send()1283 ocs_assert(heap_offset <= heap_size, -1); in ocs_sframe_common_send()