Home
last modified time | relevance | path

Searched refs:ibv_destroy_flow (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c84 ibv_destroy_flow(priv->flow); in rdmasniff_cleanup()
342 ibv_destroy_flow(priv->flow); in rdmasniff_activate()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1544 int (*ibv_destroy_flow) (struct ibv_flow *flow); member
1703 static inline int ibv_destroy_flow(struct ibv_flow *flow_id) in ibv_destroy_flow() function
1706 ibv_destroy_flow); in ibv_destroy_flow()
1707 if (!vctx || !vctx->ibv_destroy_flow) in ibv_destroy_flow()
1709 return vctx->ibv_destroy_flow(flow_id); in ibv_destroy_flow()
H A Ddevice.c276 context_ex->ABI_placeholder2 = (void (*)(void)) context_ex->ibv_destroy_flow; in __ibv_open_device()
H A Dkern-abi.h1078 struct ibv_destroy_flow { struct
H A Dcmd.c1977 struct ibv_destroy_flow cmd; in ibv_cmd_destroy_flow()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c256 verbs_set_ctx_op(verbs_ctx, ibv_destroy_flow, ibv_cmd_destroy_flow); in mlx4_init_context()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c929 verbs_set_ctx_op(v_ctx, ibv_destroy_flow, ibv_cmd_destroy_flow); in mlx5_init_context()