Home
last modified time | relevance | path

Searched refs:ibv_sge (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drdma_verbs.h99 rdma_post_recvv(struct rdma_cm_id *id, void *context, struct ibv_sge *sgl, in rdma_post_recvv()
116 rdma_post_sendv(struct rdma_cm_id *id, void *context, struct ibv_sge *sgl, in rdma_post_sendv()
132 rdma_post_readv(struct rdma_cm_id *id, void *context, struct ibv_sge *sgl, in rdma_post_readv()
150 rdma_post_writev(struct rdma_cm_id *id, void *context, struct ibv_sge *sgl, in rdma_post_writev()
174 struct ibv_sge sge; in rdma_post_recv()
189 struct ibv_sge sge; in rdma_post_send()
203 struct ibv_sge sge; in rdma_post_read()
217 struct ibv_sge sge; in rdma_post_write()
232 struct ibv_sge sge; in rdma_post_ud_send()
H A Drsocket.c339 struct ibv_sge ssgl[2];
814 struct ibv_sge sge; in rs_post_recv()
840 struct ibv_sge sge[2]; in ds_post_recv()
1652 struct ibv_sge sge; in rs_post_msg()
1700 struct ibv_sge sge; in rs_post_write_msg()
1821 struct ibv_sge ibsge; in rs_send_credits()
2535 struct ibv_sge sge; in rs_send_iomaps()
2653 struct ibv_sge sge; in dsend()
2688 struct ibv_sge sge; in rsend()
3865 struct ibv_sge sge; in riowrite()
[all …]
/freebsd/contrib/ofed/libirdma/
H A Dirdma_user.h53 #define irdma_sgl struct ibv_sge *
220 struct ibv_sge rem_addr;
226 struct ibv_sge rem_addr;
322 void (*iw_copy_inline_data)(u8 *dest, struct ibv_sge *sge_list, u32 num_sges, u8 polarity);
324 void (*iw_set_fragment)(__le64 *wqe, u32 offset, struct ibv_sge *sge,
H A Dirdma_uk.c48 irdma_set_fragment(__le64 * wqe, u32 offset, struct ibv_sge *sge, in irdma_set_fragment()
74 struct ibv_sge *sge, u8 valid) in irdma_set_fragment_gen_1()
622 irdma_copy_inline_data_gen_1(u8 *wqe, struct ibv_sge *sge_list, in irdma_copy_inline_data_gen_1()
685 irdma_copy_inline_data(u8 *wqe, struct ibv_sge *sge_list, in irdma_copy_inline_data()
913 struct ibv_sge sge = {0}; in irdma_uk_stag_local_invalidate()
H A Dirdma_uverbs.c1716 info.op.send.sg_list = (struct ibv_sge *)ib_wr->sg_list; in irdma_upost_send()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c54 struct ibv_sge sge; in post_send()
H A Dmckey.c178 struct ibv_sge sge; in post_recvs()
206 struct ibv_sge sge; in post_sends()
H A Dcmatose.c158 struct ibv_sge sge; in post_recvs()
186 struct ibv_sge sge; in post_sends()
H A Dudaddy.c173 struct ibv_sge sge; in post_recvs()
201 struct ibv_sge sge; in post_sends()
H A Drping.c120 struct ibv_sge recv_sgl; /* recv single SGE */
125 struct ibv_sge send_sgl;
130 struct ibv_sge rdma_sgl; /* rdma single SGE */
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c475 struct ibv_sge list = { in pp_post_recv()
497 struct ibv_sge list = { in pp_post_send()
H A Dud_pingpong.c492 struct ibv_sge list = { in pp_post_recv()
514 struct ibv_sge list = { in pp_post_send()
H A Drc_pingpong.c545 struct ibv_sge list = { in pp_post_recv()
567 struct ibv_sge list = { in pp_post_send()
H A Dsrq_pingpong.c555 struct ibv_sge list = { in pp_post_recv()
577 struct ibv_sge list = { in pp_post_send()
H A Dxsrq_pingpong.c737 struct ibv_sge sge; in pp_post_recv()
764 struct ibv_sge sge; in pp_post_send()
/freebsd/contrib/ofed/libmlx4/
H A Dqp.c185 static void __set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ibv_sge *sg) in __set_data_seg()
192 static void set_data_seg(struct mlx4_wqe_data_seg *dseg, struct ibv_sge *sg) in set_data_seg()
/freebsd/contrib/ofed/libibverbs/
H A Dcmd.c1456 struct ibv_sge *s; in ibv_cmd_post_send()
1477 s = (struct ibv_sge *) (n + wr_count); in ibv_cmd_post_send()
1546 struct ibv_sge *s; in ibv_cmd_post_recv()
1567 s = (struct ibv_sge *) (n + wr_count); in ibv_cmd_post_recv()
1607 struct ibv_sge *s; in ibv_cmd_post_srq_recv()
1628 s = (struct ibv_sge *) (n + wr_count); in ibv_cmd_post_srq_recv()
H A Dverbs.h935 struct ibv_sge { struct
944 struct ibv_sge *sg_list; argument
988 struct ibv_sge *sg_list;
H A Dcompat-1_0.c86 struct ibv_sge *sg_list;
113 struct ibv_sge *sg_list;
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c99 struct ibv_sge sg_entry; in rdmasniff_post_recv()
/freebsd/contrib/ofed/libmlx5/
H A Dqp.c217 static void set_data_ptr_seg(struct mlx5_wqe_data_seg *dseg, struct ibv_sge *sg, in set_data_ptr_seg()
226 struct ibv_sge *sg) in set_data_ptr_seg_atomic()
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c133 static int build_isgl(struct fw_ri_isgl *isglp, struct ibv_sge *sg_list, in build_isgl()