Searched refs:hfi1_copy_sge (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | uc.c | 422 hfi1_copy_sge(&qp->r_sge, data, pmtu, 0, 0); in hfi1_uc_rcv() 447 hfi1_copy_sge(&qp->r_sge, data, tlen, 0, 0); in hfi1_uc_rcv() 522 hfi1_copy_sge(&qp->r_sge, data, pmtu, 1, 0); in hfi1_uc_rcv() 551 hfi1_copy_sge(&qp->r_sge, data, tlen, 1, 0); in hfi1_uc_rcv() 567 hfi1_copy_sge(&qp->r_sge, data, tlen, 1, 0); in hfi1_uc_rcv()
|
D | ud.c | 191 hfi1_copy_sge(&qp->r_sge, &grh, in ud_loopback() 209 hfi1_copy_sge(&qp->r_sge, sge->vaddr, len, 1, 0); in ud_loopback() 814 hfi1_copy_sge(&qp->r_sge, &hdr->u.l.grh, in hfi1_ud_rcv() 820 hfi1_copy_sge(&qp->r_sge, data, wc.byte_len - sizeof(struct ib_grh), in hfi1_ud_rcv()
|
D | verbs.h | 303 void hfi1_copy_sge(struct rvt_sge_state *ss, void *data, u32 length,
|
D | rc.c | 1710 hfi1_copy_sge(&qp->s_rdma_read_sge, data, pmtu, 0, 0); in rc_rcv_resp() 1754 hfi1_copy_sge(&qp->s_rdma_read_sge, data, tlen, 0, 0); in rc_rcv_resp() 2238 hfi1_copy_sge(&qp->r_sge, data, pmtu, 1, 0); in hfi1_rc_rcv() 2296 hfi1_copy_sge(&qp->r_sge, data, tlen, 1, copy_last); in hfi1_rc_rcv()
|
D | ruc.c | 557 hfi1_copy_sge(&qp->r_sge, sge->vaddr, len, release, copy_last); in ruc_loopback()
|
D | verbs.c | 440 void hfi1_copy_sge( in hfi1_copy_sge() function
|