Searched refs:ib_flow (Results 1 – 8 of 8) sorted by relevance
1381 void *ib_flow; in __mlx4_ib_default_rules_match() local1392 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()1397 (union ib_flow_spec *)ib_flow; in __mlx4_ib_default_rules_match()1411 ib_flow += in __mlx4_ib_default_rules_match()1412 ((union ib_flow_spec *)ib_flow)->size; in __mlx4_ib_default_rules_match()1416 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match()1418 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size) in __mlx4_ib_default_rules_match()1421 if (((union ib_flow_spec *)ib_flow)->type == in __mlx4_ib_default_rules_match()1476 void *ib_flow; in __mlx4_ib_create_flow() local1513 ib_flow = flow_attr + 1; in __mlx4_ib_create_flow()[all …]
163 struct ib_flow ibflow;674 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow) in to_mflow()
53 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
3189 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow()
161 static inline void ib_set_flow(struct ib_uobject *uobj, struct ib_flow *ibflow, in ib_set_flow()
1909 struct ib_flow { struct2340 struct ib_flow * (*create_flow)(struct ib_qp *qp,2344 int (*destroy_flow)(struct ib_flow *flow_id);
2064 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow() 2184 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); in create_flow_rule() 2208 spec->match_value, ib_flow); in create_flow_rule() 2212 ib_flow += ((union ib_flow_spec *)ib_flow)->size; in create_flow_rule() 2362 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp,2182 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); create_flow_rule() local
171 struct ib_flow ibflow;