Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h35 struct ibv_flow *ibv_flow; /**< Verbs flow. */ member
H A Dmlx4_flow.c1038 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 …]
H A Dmlx4_glue.h58 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,
60 int (*destroy_flow)(struct ibv_flow *flow_id);
H A Dmlx4_glue.c148 static struct ibv_flow *
155 mlx4_glue_destroy_flow(struct ibv_flow *flow_id) in mlx4_glue_destroy_flow()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h171 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,
173 int (*destroy_flow)(struct ibv_flow *flow_id);
203 struct ibv_flow *flow);
H A Dmlx5_glue.c159 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()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c74 struct ibv_flow *flow; in mlx5_flow_discover_priorities()