Searched refs:rvt_sge (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/rdma/ |
D | rdmavt_mr.h | 109 struct rvt_sge { struct 119 struct rvt_sge *sg_list; /* next SGE to be used if any */ argument 120 struct rvt_sge sge; /* progress state for the current SGE */ 144 static inline u32 rvt_get_sge_length(struct rvt_sge *sge, u32 length) in rvt_get_sge_length() 159 struct rvt_sge *sge = &ss->sge; in rvt_update_sge() 183 struct rvt_sge *sge = &ss->sge; in rvt_skip_sge()
|
D | rdmavt_qp.h | 177 struct rvt_sge sg_list[0]; 232 struct rvt_sge rdma_sge; 386 struct rvt_sge r_sg_list[0] /* verified SGEs */ 466 sizeof(struct rvt_sge)) * n); in rvt_get_swqe_ptr() 520 struct rvt_sge *sge = &wqe->sg_list[i]; in rvt_put_swqe()
|
D | rdma_vt.h | 550 int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge, 553 struct rvt_sge *isge, struct rvt_sge *last_sge,
|
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | trace_mr.h | 108 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 113 __field(struct rvt_sge *, sge) 160 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 165 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
|
D | mr.c | 878 static inline bool rvt_sge_adjacent(struct rvt_sge *last_sge, in rvt_sge_adjacent() 914 struct rvt_sge *isge, struct rvt_sge *last_sge, in rvt_lkey_ok() 1023 int rvt_rkey_ok(struct rvt_qp *qp, struct rvt_sge *sge, in rvt_rkey_ok()
|
D | qp.c | 483 struct rvt_sge *sge = &wqe->sg_list[i]; in rvt_swqe_has_lkey() 814 sz = sizeof(struct rvt_sge) * in rvt_create_qp() 1805 struct rvt_sge *last_sge = NULL; in rvt_post_one_wr() 1877 struct rvt_sge *sge = &wqe->sg_list[--j]; in rvt_post_one_wr() 2028 struct rvt_sge *sge = --j ? &ss->sg_list[j - 1] : &ss->sge; in init_sge()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 142 struct rvt_sge *sge = &ss->sge; in qib_copy_sge() 162 struct rvt_sge *sg_list = ss->sg_list; in qib_count_sge() 163 struct rvt_sge sge = ss->sge; in qib_count_sge() 208 struct rvt_sge *sge = &ss->sge; in qib_copy_from_sge()
|
D | qib_ud.c | 60 struct rvt_sge *sge; in qib_ud_loopback()
|
D | qib_ruc.c | 192 struct rvt_sge *sge; in qib_ruc_loopback()
|
D | qib_sdma.c | 516 struct rvt_sge *sge; in qib_sdma_verbs_send()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 455 struct rvt_sge *sge = &ss->sge; in hfi1_copy_sge() 770 struct rvt_sge *sg_list = ss->sg_list; in build_verbs_ulp_payload() 771 struct rvt_sge sge = ss->sge; in build_verbs_ulp_payload()
|
D | ruc.c | 174 struct rvt_sge *sge; in ruc_loopback()
|
D | ud.c | 81 struct rvt_sge *sge; in ud_loopback()
|