Searched refs:ib_sge (Results 1 - 24 of 24) sorted by path

/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c190 struct ib_sge recv_sgl; /* recv single SGE */
197 struct ib_sge send_sgl;
204 struct ib_sge rdma_sgl; /* rdma single SGE */
1670 struct ib_sge *sgl;
1985 struct ib_sge *sgl;
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c199 static int iwch_sgl2pbl_map(struct iwch_dev *rhp, struct ib_sge *sg_list,
524 struct ib_sge sgl;
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.h220 struct ib_sge sge;
279 struct ib_sge tx_sg[2];
285 sizeof(u64) + sizeof(struct ib_sge)))
293 * @rx_sg: ib_sge of receive buffer
301 struct ib_sge rx_sg;
H A Diser_initiator.c204 struct ib_sge *rx_sg;
429 struct ib_sge *tx_dsg = &mdesc->tx_sg[1];
H A Diser_verbs.c865 struct ib_sge sge;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c486 struct ib_sge list;
1277 struct ib_sge sg_list;
1327 struct ib_sge list;
H A Dmlx4_ib_qp.c2864 static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
2882 static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ib_sge *sg)
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_wqe.h117 struct ib_sge *sg)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h130 struct ib_sge sg_list[IB_MAD_SEND_REQ_MAX_SG];
H A Dib_mad.c1155 struct ib_sge *sge;
2858 struct ib_sge sg_list;
H A Dib_uverbs_cmd.c2525 return kmalloc(ALIGN(wr_size, sizeof (struct ib_sge)) +
2526 num_sge * sizeof (struct ib_sge), GFP_KERNEL);
2673 ALIGN(next_size, sizeof(struct ib_sge)));
2677 sg_ind * sizeof (struct ib_sge),
2678 next->num_sge * sizeof (struct ib_sge))) {
2754 next = kmalloc(ALIGN(sizeof *next, sizeof (struct ib_sge)) +
2755 user_wr->num_sge * sizeof (struct ib_sge),
2774 ALIGN(sizeof *next, sizeof (struct ib_sge)));
2777 sg_ind * sizeof (struct ib_sge),
2778 next->num_sge * sizeof (struct ib_sge))) {
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c104 struct ib_sge ibsge[SDP_MAX_RECV_SGES];
105 struct ib_sge *sge = ibsge;
H A Dsdp_tx.c71 struct ib_sge ibsge[SDP_MAX_SEND_SGES];
72 struct ib_sge *sge;
H A Dsdp_zcopy.c325 static inline int sge_bytes(struct ib_sge *sge, int sge_cnt)
523 struct ib_sge sge;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h226 struct ib_sge *sg_list;
H A Drdma_vt.h500 struct rvt_sge *isge, struct ib_sge *sge, int acc);
H A Drdmavt_qp.h184 struct ib_sge sg_list[0];
468 rq->max_sge * sizeof(struct ib_sge)) * n);
H A Dib_verbs.h1215 struct ib_sge { struct
1231 struct ib_sge *sg_list;
1301 struct ib_sge *prot;
1315 struct ib_sge *sg_list;
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c191 struct ib_sge recv_sgl; /* recv single SGE */
197 struct ib_sge send_sgl;
203 struct ib_sge rdma_sgl; /* rdma single SGE */
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c375 struct fw_ri_isgl *isglp, struct ib_sge *sg_list,
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c577 struct ib_sge *sg, u64 dma, int n, u32 key,
602 struct ib_sge *sg, u64 dma, int n, u32 key,
680 struct ib_sge sg;
761 struct ib_sge sg;
1070 struct ib_sge sg;
H A Dmlx5_ib_qp.c3011 static void set_data_ptr_seg(struct mlx5_wqe_data_seg *dseg, struct ib_sge *sg)
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h301 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
371 struct ib_sge tx_sge[IPOIB_MAX_TX_SG];
377 struct ib_sge rx_sge[IPOIB_MAX_RX_SG];
H A Dipoib_cm.c122 struct ib_sge *sge, int id)
288 struct ib_sge *sge)
305 struct ib_sge sge[IPOIB_CM_RX_SG];

Completed in 515 milliseconds