Searched refs:isge (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/infiniband/sw/rdmavt/ |
D | trace_mr.h | 82 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 83 TP_ARGS(sge, isge), 88 __field(struct ib_sge *, isge) 103 __entry->isge = isge; 105 __entry->ivaddr = isge->addr; 109 __entry->ilength = isge->length; 119 __entry->isge, 134 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 135 TP_ARGS(sge, isge)); 139 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), [all …]
|
D | mr.c | 717 struct rvt_sge *isge, struct rvt_sge *last_sge, in rvt_lkey_ok() argument 742 isge->mr = mr; in rvt_lkey_ok() 743 isge->vaddr = (void *)sge->addr; in rvt_lkey_ok() 744 isge->length = sge->length; in rvt_lkey_ok() 745 isge->sge_length = sge->length; in rvt_lkey_ok() 746 isge->m = 0; in rvt_lkey_ok() 747 isge->n = 0; in rvt_lkey_ok() 796 isge->mr = mr; in rvt_lkey_ok() 797 isge->vaddr = mr->map[m]->segs[n].vaddr + off; in rvt_lkey_ok() 798 isge->length = mr->map[m]->segs[n].length - off; in rvt_lkey_ok() [all …]
|
/linux-5.19.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 125 u32 isge; /* index of "current" sge */ member
|
D | tid_rdma.c | 1097 while (length && req->isge < ss->num_sge) { in kern_find_pages() 1104 if (++req->isge < ss->num_sge) in kern_find_pages() 1105 *sge = ss->sg_list[req->isge - 1]; in kern_find_pages() 1118 *last = req->isge != ss->num_sge; in kern_find_pages() 1831 req->isge = 0; in hfi1_build_tid_rdma_read_req() 1974 req->isge = 0; in tid_rdma_rcv_read_request() 3763 req->isge = 0; in hfi1_rc_rcv_tid_rdma_write_req()
|
D | rc.c | 797 req->isge = 0; in hfi1_make_rc_req()
|
/linux-5.19.10/include/rdma/ |
D | rdma_vt.h | 527 struct rvt_sge *isge, struct rvt_sge *last_sge,
|