Searched refs:ib_flow (Results 1 – 8 of 8) sorted by relevance
55 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
3176 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow()
1426 void *ib_flow; in __mlx4_ib_default_rules_match() local1437 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()1442 (union ib_flow_spec *)ib_flow; in __mlx4_ib_default_rules_match()1456 ib_flow += in __mlx4_ib_default_rules_match()1461 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()1463 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size) in __mlx4_ib_default_rules_match()1522 void *ib_flow; in __mlx4_ib_create_flow() local1546 ib_flow = flow_attr + 1; in __mlx4_ib_create_flow()1567 ib_flow += ((union ib_flow_spec *) ib_flow)->size; in __mlx4_ib_create_flow()1610 void *ib_flow; in mlx4_ib_tunnel_steer_add() local[all …]
157 struct ib_flow ibflow;708 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow) in to_mflow()
146 static inline void ib_set_flow(struct ib_uobject *uobj, struct ib_flow *ibflow, in ib_set_flow()
2108 struct ib_flow { struct2525 struct ib_flow *(*create_flow)(struct ib_qp *qp,2528 int (*destroy_flow)(struct ib_flow *flow_id);
637 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow()1052 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); in _create_flow_rule() local1076 ib_flow, flow_attr, &flow_act, in _create_flow_rule()1081 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule()1082 ib_flow += ((union ib_flow_spec *)ib_flow)->size; in _create_flow_rule()1277 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp, in mlx5_ib_create_flow()
247 struct ib_flow ibflow;
Completed in 47 milliseconds