Symbol: rvt_sge
drivers/infiniband/hw/hfi1/tid_rdma.c
1092
struct rvt_sge *sge = &ss->sge;
drivers/infiniband/hw/hfi1/tid_rdma.c
3269
struct rvt_sge *sge, int num_sge)
drivers/infiniband/hw/hfi1/trace_tid.h
1324
TP_PROTO(struct rvt_qp *qp, int index, struct rvt_sge *sge),
drivers/infiniband/hw/hfi1/trace_tid.h
1352
TP_PROTO(struct rvt_qp *qp, int index, struct rvt_sge *sge),
drivers/infiniband/hw/hfi1/ud.c
40
struct rvt_sge *sge;
drivers/infiniband/hw/hfi1/verbs.c
660
struct rvt_sge *sg_list = ss->sg_list;
drivers/infiniband/hw/hfi1/verbs.c
661
struct rvt_sge sge = ss->sge;
drivers/infiniband/sw/rdmavt/mr.c
686
static inline bool rvt_sge_adjacent(struct rvt_sge *last_sge,
drivers/infiniband/sw/rdmavt/mr.c
722
struct rvt_sge *isge, struct rvt_sge *last_sge,
drivers/infiniband/sw/rdmavt/mr.c
831
int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge,
drivers/infiniband/sw/rdmavt/qp.c
2044
struct rvt_sge *last_sge = NULL;
drivers/infiniband/sw/rdmavt/qp.c
2124
struct rvt_sge *sge = &wqe->sg_list[--j];
drivers/infiniband/sw/rdmavt/qp.c
2297
struct rvt_sge *sge = --j ? &ss->sg_list[j - 1] : &ss->sge;
drivers/infiniband/sw/rdmavt/qp.c
2814
struct rvt_sge *sge = &ss->sge;
drivers/infiniband/sw/rdmavt/qp.c
2906
struct rvt_sge *sge;
drivers/infiniband/sw/rdmavt/qp.c
625
struct rvt_sge *sge = &wqe->sg_list[i];
drivers/infiniband/sw/rdmavt/trace_mr.h
134
TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
drivers/infiniband/sw/rdmavt/trace_mr.h
139
TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
drivers/infiniband/sw/rdmavt/trace_mr.h
82
TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
drivers/infiniband/sw/rdmavt/trace_mr.h
87
__field(struct rvt_sge *, sge)
include/rdma/rdma_vt.h
524
int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge,
include/rdma/rdma_vt.h
527
struct rvt_sge *isge, struct rvt_sge *last_sge,
include/rdma/rdmavt_mr.h
102
static inline u32 rvt_get_sge_length(struct rvt_sge *sge, u32 length)
include/rdma/rdmavt_mr.h
117
struct rvt_sge *sge = &ss->sge;
include/rdma/rdmavt_mr.h
141
struct rvt_sge *sge = &ss->sge;
include/rdma/rdmavt_mr.h
77
struct rvt_sge *sg_list; /* next SGE to be used if any */
include/rdma/rdmavt_mr.h
78
struct rvt_sge sge; /* progress state for the current SGE */
include/rdma/rdmavt_qp.h
180
struct rvt_sge sg_list[];
include/rdma/rdmavt_qp.h
291
struct rvt_sge rdma_sge;
include/rdma/rdmavt_qp.h
448
struct rvt_sge *r_sg_list /* verified SGEs */
include/rdma/rdmavt_qp.h
538
sizeof(struct rvt_sge)) * n);
include/rdma/rdmavt_qp.h
592
struct rvt_sge *sge = &wqe->sg_list[i];