Home
last modified time | relevance | path

Searched refs:ibv_create_flow (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/ofed/libibverbs/
H A DMakefile34 ibv_create_flow.3 \
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1546 struct ibv_flow * (*ibv_create_flow) (struct ibv_qp *qp, member
1690 static inline struct ibv_flow *ibv_create_flow(struct ibv_qp *qp, in ibv_create_flow() function
1694 ibv_create_flow); in ibv_create_flow()
1695 if (!vctx || !vctx->ibv_create_flow) { in ibv_create_flow()
1700 return vctx->ibv_create_flow(qp, flow); in ibv_create_flow()
H A Ddevice.c275 context_ex->ABI_placeholder1 = (void (*)(void)) context_ex->ibv_create_flow; in __ibv_open_device()
H A Dkern-abi.h1066 struct ibv_create_flow { struct
H A Dcmd.c1920 struct ibv_create_flow *cmd; in ibv_cmd_create_flow()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c255 verbs_set_ctx_op(verbs_ctx, ibv_create_flow, ibv_cmd_create_flow); in mlx4_init_context()
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c278 priv->flow = ibv_create_flow(priv->qp, &flow_attr); in rdmasniff_activate()
H A Dconfigure.ac3075 # ibv_create_flow may be defined as a static inline
3085 AC_MSG_CHECKING(whether libibverbs defines ibv_create_flow)
3091 (void) ibv_create_flow((struct ibv_qp *) NULL,
H A DCMakeLists.txt2163 check_symbol_exists(ibv_create_flow infiniband/verbs.h PCAP_SUPPORT_RDMASNIFF)
H A Dconfigure13698 (void) ibv_create_flow((struct ibv_qp *) NULL,
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c928 verbs_set_ctx_op(v_ctx, ibv_create_flow, ibv_cmd_create_flow); in mlx5_init_context()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc6450 OLD_FILES+=usr/share/man/man3/ibv_create_flow.3.gz