Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_mem.h18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
H A Dsiw_mem.c222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge() function
H A Dsiw_qp_rx.c477 rv = siw_check_sge(pd, sge, mem, IB_ACCESS_LOCAL_WRITE, in siw_proc_send()
834 rv = siw_check_sge(qp->pd, sge, mem, IB_ACCESS_LOCAL_WRITE, 0, in siw_proc_rresp()
H A Dsiw_qp_tx.c786 int rv = siw_check_sge(pd, sge, &wqe->mem[i], perms, 0, in siw_check_sgl_tx()