Searched refs:ibv_wc (Results 1 - 19 of 19) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h278 struct ibv_wc { struct
709 int (*poll_cq)(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc);
943 * @wc:array of at least @num_entries of &struct ibv_wc where completions
952 static inline int ibv_poll_cq(struct ibv_cq *cq, int num_entries, struct ibv_wc *wc)
1118 struct ibv_wc *wc, struct ibv_grh *grh,
1133 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
H A Ddriver.h90 int ibv_cmd_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dcq.c134 static void mlx4_handle_error_cqe(struct mlx4_err_cqe *cqe, struct ibv_wc *wc)
194 struct ibv_wc *wc)
343 int mlx4_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc)
H A Dmlx4.h375 int mlx4_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dcq.c178 struct ibv_wc *wc, int *free_cqe)
293 struct ibv_wc *wc)
460 int mthca_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc)
H A Dmthca.h320 int mthca_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dlibcxgb4.h186 int c4iw_poll_cq(struct ibv_cq *cq, int ne, struct ibv_wc *wc);
H A Dcq.c563 static int c4iw_poll_cq_one(struct c4iw_cq *chp, struct ibv_wc *wc)
714 int c4iw_poll_cq(struct ibv_cq *ibcq, int num_entries, struct ibv_wc *wc)
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dverbs.c518 struct ibv_wc *wc, struct ibv_grh *grh,
547 struct ibv_ah *ibv_create_ah_from_wc(struct ibv_pd *pd, struct ibv_wc *wc,
H A Dcompat-1_0.c181 struct ibv_wc *wc);
293 struct ibv_wc *wc)
H A Dcmd.c333 int ibv_cmd_poll_cq(struct ibv_cq *ibcq, int ne, struct ibv_wc *wc)
/freebsd-11.0-release/contrib/ofed/librdmacm/examples/
H A Dudaddy.c454 static void create_reply_ah(struct cmatest_node *node, struct ibv_wc *wc)
469 struct ibv_wc wc[8];
H A Drping.c236 static int server_recv(struct rping_cb *cb, struct ibv_wc *wc)
257 static int client_recv(struct rping_cb *cb, struct ibv_wc *wc)
274 struct ibv_wc wc;
H A Dmckey.c414 struct ibv_wc wc[8];
H A Dcmatose.c420 struct ibv_wc wc[8];
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c744 struct ibv_wc wc[2];
H A Duc_pingpong.c727 struct ibv_wc wc[2];
H A Dud_pingpong.c721 struct ibv_wc wc[2];
H A Dsrq_pingpong.c576 struct ibv_wc *wc;

Completed in 208 milliseconds