Searched refs:heap_offset (Results 1 – 1 of 1) sorted by relevance
1246 uint32_t heap_offset = 0; in ocs_sframe_common_send() local1271 ctx = (void*)(heap_virt_base + heap_offset); in ocs_sframe_common_send()1272 heap_offset += sizeof(*ctx); in ocs_sframe_common_send()1273 ocs_assert(heap_offset < heap_size, -1); in ocs_sframe_common_send()1280 ctx->payload.phys = heap_phys_base + heap_offset; in ocs_sframe_common_send()1281 ctx->payload.virt = heap_virt_base + heap_offset; in ocs_sframe_common_send()1284 heap_offset += payload_len; in ocs_sframe_common_send()1285 ocs_assert(heap_offset <= heap_size, -1); in ocs_sframe_common_send()