Home
last modified time | relevance | path

Searched refs:heap_offset (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/elx/efct/
Defct_unsol.c236 u32 heap_offset = 0; in efct_sframe_common_send() local
261 ctx = (void *)(heap_virt_base + heap_offset); in efct_sframe_common_send()
262 heap_offset += sizeof(*ctx); in efct_sframe_common_send()
263 if (heap_offset > heap_size) { in efct_sframe_common_send()
265 heap_offset, heap_size); in efct_sframe_common_send()
275 ctx->payload.phys = heap_phys_base + heap_offset; in efct_sframe_common_send()
276 ctx->payload.virt = heap_virt_base + heap_offset; in efct_sframe_common_send()
279 heap_offset += payload_len; in efct_sframe_common_send()
280 if (heap_offset > heap_size) { in efct_sframe_common_send()
282 heap_offset, heap_size); in efct_sframe_common_send()