Searched refs:ibv_flow (Results 1 – 7 of 7) sorted by relevance
35 struct ibv_flow *ibv_flow; /**< Verbs flow. */ member
1038 if (!flow->ibv_flow) in mlx4_flow_toggle()1040 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()1041 flow->ibv_flow = NULL; in mlx4_flow_toggle()1052 if (flow->ibv_flow) { in mlx4_flow_toggle()1053 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()1054 flow->ibv_flow = NULL; in mlx4_flow_toggle()1079 if (flow->ibv_flow) { in mlx4_flow_toggle()1084 flow->ibv_flow = NULL; in mlx4_flow_toggle()1104 if (flow->ibv_flow) in mlx4_flow_toggle()1115 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()
171 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,173 int (*destroy_flow)(struct ibv_flow *flow_id);203 struct ibv_flow *flow);
159 static struct ibv_flow *166 mlx5_glue_destroy_flow(struct ibv_flow *flow_id) in mlx5_glue_destroy_flow()325 struct ibv_flow *flow) in mlx5_glue_attach_counters()
74 struct ibv_flow *flow; in mlx5_flow_discover_priorities()