Searched refs:ibv_flow (Results 1 – 8 of 8) sorted by relevance
35 struct ibv_flow *ibv_flow; /**< Verbs flow. */ member
1040 if (!flow->ibv_flow) in mlx4_flow_toggle()1042 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()1043 flow->ibv_flow = NULL; in mlx4_flow_toggle()1054 if (flow->ibv_flow) { in mlx4_flow_toggle()1055 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()1056 flow->ibv_flow = NULL; in mlx4_flow_toggle()1081 if (flow->ibv_flow) { in mlx4_flow_toggle()1086 flow->ibv_flow = NULL; in mlx4_flow_toggle()1106 if (flow->ibv_flow) in mlx4_flow_toggle()1117 if (flow->ibv_flow) in mlx4_flow_toggle()[all …]
58 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,60 int (*destroy_flow)(struct ibv_flow *flow_id);
148 static struct ibv_flow *155 mlx4_glue_destroy_flow(struct ibv_flow *flow_id) in mlx4_glue_destroy_flow()
190 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,192 int (*destroy_flow)(struct ibv_flow *flow_id);225 struct ibv_flow *flow);
197 static struct ibv_flow *204 mlx5_glue_destroy_flow(struct ibv_flow *flow_id) in mlx5_glue_destroy_flow()380 struct ibv_flow *flow) in mlx5_glue_attach_counters()
140 struct ibv_flow *flow;
73 struct ibv_flow *flow; in flow_verbs_discover_priorities()