Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
A Dsiw_verbs.c654 struct ib_sge *core_sge = core_wr->sg_list; in siw_copy_inline_sgl() local
662 if (!core_sge->length) { in siw_copy_inline_sgl()
663 core_sge++; in siw_copy_inline_sgl()
666 bytes += core_sge->length; in siw_copy_inline_sgl()
671 memcpy(kbuf, ib_virt_dma_to_ptr(core_sge->addr), in siw_copy_inline_sgl()
672 core_sge->length); in siw_copy_inline_sgl()
674 kbuf += core_sge->length; in siw_copy_inline_sgl()
675 core_sge++; in siw_copy_inline_sgl()

Completed in 7 milliseconds