/Linux-v5.4/include/rdma/ |
D | rw.h | 24 struct ib_sge sge; 30 struct ib_sge *sges; 36 struct ib_sge sge;
|
D | rdma_vt.h | 570 struct ib_sge *sge, int acc);
|
/Linux-v5.4/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 63 (ISER_RX_PAYLOAD_SIZE + sizeof(u64) + sizeof(struct ib_sge) + \ 87 struct ib_sge rx_sg; 103 struct ib_sge tx_sg[2];
|
D | ib_isert.c | 172 struct ib_sge *rx_sg; in isert_alloc_rx_descriptors() 963 struct ib_sge sge; in isert_login_post_recv() 966 memset(&sge, 0, sizeof(struct ib_sge)); in isert_login_post_recv() 1006 struct ib_sge *tx_dsg = &tx_desc->tx_sg[1]; in isert_put_login_tx() 1860 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_response() 1991 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_reject() 2040 struct ib_sge *tx_dsg = &isert_cmd->tx_desc.tx_sg[1]; in isert_put_text_rsp()
|
/Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
D | trace_mr.h | 124 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 130 __field(struct ib_sge *, isge) 176 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge), 181 TP_PROTO(struct rvt_sge *sge, struct ib_sge *isge),
|
D | srq.c | 98 sz = sizeof(struct ib_sge) * srq->rq.max_sge + in rvt_create_srq() 187 srq->rq.max_sge * sizeof(struct ib_sge); in rvt_modify_srq()
|
/Linux-v5.4/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 218 struct ib_sge sge; 250 struct ib_sge tx_sg[2]; 260 sizeof(u64) + sizeof(struct ib_sge) + \ 277 struct ib_sge rx_sg; 297 struct ib_sge sge;
|
D | iser_initiator.c | 109 struct ib_sge *tx_dsg = &iser_task->desc.tx_sg[1]; in iser_prepare_write_cmd() 245 struct ib_sge *rx_sg; in iser_alloc_rx_descriptors() 445 struct ib_sge *tx_dsg; in iser_send_data_out() 517 struct ib_sge *tx_dsg = &mdesc->tx_sg[1]; in iser_send_control()
|
/Linux-v5.4/net/smc/ |
D | smc_core.h | 56 struct ib_sge wr_tx_rdma_sge[SMC_IB_MAX_SEND_SGE]; 84 struct ib_sge *wr_tx_sges; /* WR send gather meta data */ 97 struct ib_sge *wr_rx_sges; /* WR recv scatter meta data */
|
/Linux-v5.4/include/linux/sunrpc/ |
D | svc_rdma.h | 132 struct ib_sge rc_recv_sge; 151 struct ib_sge sc_sges[];
|
/Linux-v5.4/drivers/infiniband/core/ |
D | uverbs_std_types_mr.c | 52 struct ib_sge *sg_list; in UVERBS_HANDLER() 71 attrs, UVERBS_ATTR_ADVISE_MR_SGE_LIST, sizeof(struct ib_sge)); in UVERBS_HANDLER()
|
D | mad_priv.h | 130 struct ib_sge sg_list[IB_MAD_SEND_REQ_MAX_SG];
|
D | uverbs_cmd.c | 2001 if (num_sge >= (U32_MAX - ALIGN(wr_size, sizeof (struct ib_sge))) / in alloc_wr() 2002 sizeof (struct ib_sge)) in alloc_wr() 2005 return kmalloc(ALIGN(wr_size, sizeof (struct ib_sge)) + in alloc_wr() 2006 num_sge * sizeof (struct ib_sge), GFP_KERNEL); in alloc_wr() 2021 const struct ib_sge __user *sgls; in ib_uverbs_post_send() 2160 ALIGN(next_size, sizeof(struct ib_sge)); in ib_uverbs_post_send() 2163 sizeof(struct ib_sge))) { in ib_uverbs_post_send() 2211 const struct ib_sge __user *sgls; in ib_uverbs_unmarshall_recv() 2247 (U32_MAX - ALIGN(sizeof *next, sizeof (struct ib_sge))) / in ib_uverbs_unmarshall_recv() 2248 sizeof (struct ib_sge)) { in ib_uverbs_unmarshall_recv() [all …]
|
/Linux-v5.4/fs/cifs/ |
D | smbdirect.h | 242 struct ib_sge sge[SMBDIRECT_MAX_SGE]; 253 struct ib_sge sge;
|
/Linux-v5.4/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;
|
D | ib_recv.c | 53 struct ib_sge *sge; in rds_ib_recv_init_ring() 311 struct ib_sge *sge; in rds_ib_recv_refill_one() 576 struct ib_sge *sge = &ic->i_ack_sge; in rds_ib_recv_init_ack()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 117 struct ib_sge *sg) in mthca_set_data_seg()
|
/Linux-v5.4/net/sunrpc/xprtrdma/ |
D | xprt_rdma.h | 124 struct ib_sge rg_iov; 229 struct ib_sge sc_sges[];
|
D | rpc_rdma.c | 568 struct ib_sge *sge; in rpcrdma_sendctx_unmap() 592 struct ib_sge *sge = sc->sc_sges; in rpcrdma_prepare_hdr_sge() 621 struct ib_sge *sge = sc->sc_sges; in rpcrdma_prepare_msg_sges()
|
/Linux-v5.4/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 282 struct ib_sge rx_sge[IPOIB_CM_RX_SG]; 382 struct ib_sge tx_sge[MAX_SKB_FRAGS + 1]; 387 struct ib_sge rx_sge[IPOIB_UD_RX_SG];
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | odp.c | 1630 struct ib_sge sg_list[0]; 1634 struct ib_sge *sg_list, u32 num_sge, in num_pending_prefetch_dec() 1656 struct ib_sge *sg_list, u32 num_sge) in num_pending_prefetch_inc() 1700 struct ib_sge *sg_list, u32 num_sge) in mlx5_ib_prefetch_sg_list() 1707 struct ib_sge *sg = &sg_list[i]; in mlx5_ib_prefetch_sg_list() 1739 u32 flags, struct ib_sge *sg_list, u32 num_sge) in mlx5_ib_advise_mr_prefetch() 1758 memcpy(work->sg_list, sg_list, num_sge * sizeof(struct ib_sge)); in mlx5_ib_advise_mr_prefetch()
|
/Linux-v5.4/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-v5.4/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 277 struct ib_sge sge[SRP_MAX_SGE];
|
/Linux-v5.4/net/9p/ |
D | trans_rdma.c | 387 struct ib_sge sge; in post_recv() 416 struct ib_sge sge; in rdma_request()
|
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 222 struct ib_sge sge[RXE_MAX_SGE];
|