Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_verbs.c659 struct ib_sge *core_sge = core_wr->sg_list; in siw_copy_inline_sgl() local
667 if (!core_sge->length) { in siw_copy_inline_sgl()
668 core_sge++; in siw_copy_inline_sgl()
671 bytes += core_sge->length; in siw_copy_inline_sgl()
676 memcpy(kbuf, (void *)(uintptr_t)core_sge->addr, in siw_copy_inline_sgl()
677 core_sge->length); in siw_copy_inline_sgl()
679 kbuf += core_sge->length; in siw_copy_inline_sgl()
680 core_sge++; in siw_copy_inline_sgl()