Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1353 void *ib_flow; in __mlx4_ib_default_rules_match() local
1364 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()
1369 (union ib_flow_spec *)ib_flow; in __mlx4_ib_default_rules_match()
1383 ib_flow += in __mlx4_ib_default_rules_match()
1384 ((union ib_flow_spec *)ib_flow)->size; in __mlx4_ib_default_rules_match()
1388 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()
1390 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size) in __mlx4_ib_default_rules_match()
1393 if (((union ib_flow_spec *)ib_flow)->type == in __mlx4_ib_default_rules_match()
1448 void *ib_flow; in __mlx4_ib_create_flow() local
1485 ib_flow = flow_attr + 1; in __mlx4_ib_create_flow()
[all …]
H A Dmlx4_ib.h163 struct ib_flow ibflow;
674 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow) in to_mflow()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c53 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
H A Dib_uverbs_cmd.c3201 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow()
/freebsd/sys/ofed/include/rdma/
H A Duverbs_std_types.h161 static inline void ib_set_flow(struct ib_uobject *uobj, struct ib_flow *ibflow, in ib_set_flow()
H A Dib_verbs.h1971 struct ib_flow { struct
2359 struct ib_flow * (*create_flow)(struct ib_qp *qp,
2363 int (*destroy_flow)(struct ib_flow *flow_id);
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2327 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow()
2448 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); in create_flow_rule() local
2473 spec->match_value, ib_flow, &is_drop); in create_flow_rule()
2477 ib_flow += ((union ib_flow_spec *)ib_flow)->size; in create_flow_rule()
2634 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp, in mlx5_ib_create_flow()
H A Dmlx5_ib.h182 struct ib_flow ibflow;