/Linux-v6.6/drivers/infiniband/hw/irdma/ |
D | user.h | 170 struct ib_sge *sg_list; 179 struct ib_sge *sg_list; 184 struct ib_sge *lo_sg_list; 186 struct ib_sge rem_addr; 190 struct ib_sge *lo_sg_list; 192 struct ib_sge rem_addr; 278 void (*iw_copy_inline_data)(u8 *dest, struct ib_sge *sge_list, 281 void (*iw_set_fragment)(__le64 *wqe, u32 offset, struct ib_sge *sge,
|
/Linux-v6.6/include/rdma/ |
D | rw.h | 24 struct ib_sge sge; 30 struct ib_sge *sges; 36 struct ib_sge sge;
|
/Linux-v6.6/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 209 struct ib_sge sge; 242 struct ib_sge tx_sg[2]; 252 sizeof(u64) + sizeof(struct ib_sge) + \ 270 struct ib_sge rx_sg; 290 struct ib_sge sge;
|
D | iser_initiator.c | 97 struct ib_sge *tx_dsg = &iser_task->desc.tx_sg[1]; in iser_prepare_write_cmd() 229 struct ib_sge *rx_sg; in iser_alloc_rx_descriptors() 423 struct ib_sge *tx_dsg; in iser_send_data_out() 492 struct ib_sge *tx_dsg = &mdesc->tx_sg[1]; in iser_send_control()
|
/Linux-v6.6/drivers/infiniband/sw/rdmavt/ |
D | trace_mr.h | 82 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 88 __field(struct ib_sge *, isge) 134 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 139 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
|
D | srq.c | 56 sz = sizeof(struct ib_sge) * srq->rq.max_sge + in rvt_create_srq() 145 srq->rq.max_sge * sizeof(struct ib_sge); in rvt_modify_srq()
|
/Linux-v6.6/include/linux/sunrpc/ |
D | svc_rdma.h | 135 struct ib_sge rc_recv_sge; 163 struct ib_sge sc_sges[];
|
/Linux-v6.6/drivers/infiniband/hw/mlx5/ |
D | umr.c | 491 struct ib_sge *sg) in mlx5r_umr_unmap_free_xlt() 502 static void *mlx5r_umr_create_xlt(struct mlx5_ib_dev *dev, struct ib_sge *sg, in mlx5r_umr_create_xlt() 528 unsigned int flags, struct ib_sge *sg) in mlx5r_umr_set_update_xlt_ctrl_seg() 556 struct ib_sge *sg) in mlx5r_umr_set_update_xlt_data_seg() 575 struct mlx5_ib_mr *mr, struct ib_sge *sg, in mlx5r_umr_final_update_xlt() 621 struct ib_sge sg; in mlx5r_umr_update_mr_pas() 704 struct ib_sge sg; in mlx5r_umr_update_xlt()
|
/Linux-v6.6/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 91 struct ib_sge rx_sg; 129 struct ib_sge tx_sg[2];
|
/Linux-v6.6/net/smc/ |
D | smc_core.h | 73 struct ib_sge wr_tx_rdma_sge[SMC_IB_MAX_SEND_SGE]; 103 struct ib_sge *wr_tx_sges; /* WR send gather meta data */ 110 struct ib_sge *wr_tx_v2_sge; /* WR send v2 gather meta data*/ 125 struct ib_sge *wr_rx_sges; /* WR recv scatter meta data */
|
/Linux-v6.6/fs/smb/client/ |
D | smbdirect.h | 237 struct ib_sge sge[SMBDIRECT_MAX_SEND_SGE]; 251 struct ib_sge sge;
|
/Linux-v6.6/drivers/infiniband/sw/rxe/ |
D | rxe_srq.c | 60 srq->rq.max_sge*sizeof(struct ib_sge); in rxe_srq_from_init() 168 srq->rq.max_sge*sizeof(struct ib_sge); in rxe_srq_from_attr()
|
D | rxe_param.h | 64 sizeof(struct ib_sge) * RXE_MAX_SGE,
|
/Linux-v6.6/net/rds/ |
D | ib.h | 108 struct ib_sge s_sge[RDS_IB_MAX_SGE]; 116 struct ib_sge r_sge[2]; 196 struct ib_sge i_ack_sge;
|
/Linux-v6.6/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 117 struct ib_sge *sg) in mthca_set_data_seg()
|
/Linux-v6.6/drivers/infiniband/hw/erdma/ |
D | erdma_qp.c | 275 sizeof(struct ib_sge)); in fill_sgl() 277 sgl_offset += sizeof(struct ib_sge); in fill_sgl() 371 send_wr->num_sge * sizeof(struct ib_sge); in erdma_push_one_sqe() 474 wqe_size += send_wr->num_sge * sizeof(struct ib_sge); in erdma_push_one_sqe()
|
/Linux-v6.6/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 121 struct ib_sge rg_iov; 230 struct ib_sge sc_sges[];
|
D | rpc_rdma.c | 537 struct ib_sge *sge; in rpcrdma_sendctx_unmap() 561 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_hdr_sge() 578 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_head_iov() 603 struct ib_sge *sge; in rpcrdma_prepare_pagelist() 641 struct ib_sge *sge = &sc->sc_sges[req->rl_wr.num_sge++]; in rpcrdma_prepare_tail_iov()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | uverbs_std_types_mr.c | 54 struct ib_sge *sg_list; in UVERBS_HANDLER() 73 attrs, UVERBS_ATTR_ADVISE_MR_SGE_LIST, sizeof(struct ib_sge)); in UVERBS_HANDLER()
|
D | mad_priv.h | 129 struct ib_sge sg_list[IB_MAD_SEND_REQ_MAX_SG];
|
/Linux-v6.6/drivers/infiniband/ulp/rtrs/ |
D | rtrs-srv.h | 57 struct ib_sge tx_sg;
|
D | rtrs.c | 76 struct ib_sge list; in rtrs_iu_post_recv() 133 struct ib_sge list; in rtrs_iu_post_send() 155 struct ib_sge *sge, unsigned int num_sge, in rtrs_iu_post_rdma_write_imm()
|
/Linux-v6.6/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 282 struct ib_sge rx_sge[IPOIB_CM_RX_SG]; 386 struct ib_sge tx_sge[MAX_SKB_FRAGS + 1]; 391 struct ib_sge rx_sge[IPOIB_UD_RX_SG];
|
/Linux-v6.6/drivers/infiniband/sw/siw/ |
D | siw_verbs.h | 24 static inline void siw_copy_sgl(struct ib_sge *sge, struct siw_sge *siw_sge, in siw_copy_sgl()
|
/Linux-v6.6/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 278 struct ib_sge sge[SRP_MAX_SGE];
|