Searched refs:ibv_create_flow (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/ofed/libibverbs/
H A DMakefile35 ibv_create_flow.3 \
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h1546 struct ibv_flow * (*ibv_create_flow) (struct ibv_qp *qp, member in struct:verbs_context
1690 static inline struct ibv_flow *ibv_create_flow(struct ibv_qp *qp, function
1694 ibv_create_flow);
1695 if (!vctx || !vctx->ibv_create_flow) {
1700 return vctx->ibv_create_flow(qp, flow);
H A Ddevice.c233 * libibverbs-1.1.8 use an inline ibv_create_flow and
239 context_ex->ABI_placeholder1 = (void (*)(void)) context_ex->ibv_create_flow;
H A Dkern-abi.h1066 struct ibv_create_flow { struct
H A Dcmd.c1838 struct ibv_create_flow *cmd;
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dmlx4.c243 verbs_set_ctx_op(verbs_ctx, ibv_create_flow, ibv_cmd_create_flow);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c262 priv->flow = ibv_create_flow(priv->qp, &flow_attr);
H A Dconfigure10977 # ibv_create_flow may be defined as a static inline
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libibverbs defines ibv_create_flow" >&5
10988 $as_echo_n "checking whether libibverbs defines ibv_create_flow... " >&6; }
10998 (void) ibv_create_flow((struct ibv_qp *) NULL,
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dmlx5.c911 verbs_set_ctx_op(v_ctx, ibv_create_flow, ibv_cmd_create_flow);

Completed in 218 milliseconds