Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h35 struct ibv_flow *ibv_flow; /**< Verbs flow. */ member
H A Dmlx4_flow.c1040 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 …]
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()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h190 struct ibv_flow *(*create_flow)(struct ibv_qp *qp,
192 int (*destroy_flow)(struct ibv_flow *flow_id);
225 struct ibv_flow *flow);
H A Dmlx5_glue.c197 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()
/dpdk/drivers/net/mlx5/
H A Dmlx5_dr.h140 struct ibv_flow *flow;
H A Dmlx5_flow_verbs.c73 struct ibv_flow *flow; in flow_verbs_discover_priorities()