Searched refs:ib_sge (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_wqe.h117 struct ib_sge *sg)
/freebsd-12-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-12-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h132 struct ib_sge sg_list[IB_MAD_SEND_REQ_MAX_SG];
H A Dib_uverbs_cmd.c2522 return kmalloc(ALIGN(wr_size, sizeof (struct ib_sge)) +
2523 num_sge * sizeof (struct ib_sge), GFP_KERNEL);
2670 ALIGN(next_size, sizeof(struct ib_sge)));
2674 sg_ind * sizeof (struct ib_sge),
2675 next->num_sge * sizeof (struct ib_sge))) {
2751 next = kmalloc(ALIGN(sizeof *next, sizeof (struct ib_sge)) +
2752 user_wr->num_sge * sizeof (struct ib_sge),
2771 ALIGN(sizeof *next, sizeof (struct ib_sge)));
2774 sg_ind * sizeof (struct ib_sge),
2775 next->num_sge * sizeof (struct ib_sge))) {
[all...]
H A Dib_mad.c1155 struct ib_sge *sge;
2858 struct ib_sge sg_list;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdmavt_qp.h184 struct ib_sge sg_list[0];
468 rq->max_sge * sizeof(struct ib_sge)) * n);
H A Drdma_vt.h500 struct rvt_sge *isge, struct ib_sge *sge, int acc);
H A Dib_verbs.h1217 struct ib_sge { struct
1233 struct ib_sge *sg_list;
1303 struct ib_sge *prot;
1317 struct ib_sge *sg_list;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h303 struct ib_sge rx_sge[IPOIB_CM_RX_SG];
373 struct ib_sge tx_sge[IPOIB_MAX_TX_SG];
379 struct ib_sge rx_sge[IPOIB_MAX_RX_SG];
H A Dipoib_cm.c124 struct ib_sge *sge, int id)
290 struct ib_sge *sge)
307 struct ib_sge sge[IPOIB_CM_RX_SG];
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c73 struct ib_sge ibsge[SDP_MAX_SEND_SGES];
74 struct ib_sge *sge;
H A Dsdp_rx.c104 struct ib_sge ibsge[SDP_MAX_RECV_SGES];
105 struct ib_sge *sge = ibsge;
H A Dsdp_zcopy.c327 static inline int sge_bytes(struct ib_sge *sge, int sge_cnt)
525 struct ib_sge sge;
/freebsd-12-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-12-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-12-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-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c377 struct fw_ri_isgl *isglp, struct ib_sge *sg_list,

Completed in 260 milliseconds