/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_std_types.c | 55 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
|
H A D | uverbs_cmd.c | 3176 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_std_types.c | 55 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow()
|
H A D | uverbs_cmd.c | 3181 struct ib_flow *flow_id; in ib_uverbs_ex_create_flow()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 1433 void *ib_flow; in __mlx4_ib_default_rules_match() local 1444 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match() 1449 (union ib_flow_spec *)ib_flow; in __mlx4_ib_default_rules_match() 1463 ib_flow += in __mlx4_ib_default_rules_match() 1464 ((union ib_flow_spec *)ib_flow)->size; in __mlx4_ib_default_rules_match() 1468 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match() 1470 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size) in __mlx4_ib_default_rules_match() 1473 if (((union ib_flow_spec *)ib_flow)->type == in __mlx4_ib_default_rules_match() 1529 void *ib_flow; in __mlx4_ib_create_flow() local 1617 void *ib_flow; mlx4_ib_tunnel_steer_add() local [all...] |
H A D | mlx4_ib.h | 157 struct ib_flow ibflow; 708 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow) in to_mflow()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | main.c | 1432 void *ib_flow; in __mlx4_ib_default_rules_match() local 1443 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match() 1448 (union ib_flow_spec *)ib_flow; in __mlx4_ib_default_rules_match() 1462 ib_flow += in __mlx4_ib_default_rules_match() 1463 ((union ib_flow_spec *)ib_flow)->size; in __mlx4_ib_default_rules_match() 1467 ib_flow = flow_attr + 1; in __mlx4_ib_default_rules_match() 1469 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size) in __mlx4_ib_default_rules_match() 1472 if (((union ib_flow_spec *)ib_flow)->type == in __mlx4_ib_default_rules_match() 1528 void *ib_flow; in __mlx4_ib_create_flow() local 1616 void *ib_flow; mlx4_ib_tunnel_steer_add() local [all...] |
H A D | mlx4_ib.h | 158 struct ib_flow ibflow; 710 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow) in to_mflow()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | uverbs_std_types.h | 146 static inline void ib_set_flow(struct ib_uobject *uobj, struct ib_flow *ibflow, in ib_set_flow()
|
H A D | ib_verbs.h | 2069 struct ib_flow { struct 2455 struct ib_flow *(*create_flow)(struct ib_qp *qp, 2458 int (*destroy_flow)(struct ib_flow *flow_id);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | uverbs_std_types.h | 146 static inline void ib_set_flow(struct ib_uobject *uobj, struct ib_flow *ibflow, in ib_set_flow()
|
H A D | ib_verbs.h | 2108 struct ib_flow { struct 2525 struct ib_flow *(*create_flow)(struct ib_qp *qp, 2528 int (*destroy_flow)(struct ib_flow *flow_id);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 695 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow() 915 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); in _create_flow_rule() local 939 ib_flow, flow_attr, &flow_act, in _create_flow_rule() 944 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule() 945 ib_flow += ((union ib_flow_spec *)ib_flow)->size; in _create_flow_rule() 1146 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp, in mlx5_ib_create_flow()
|
H A D | mlx5_ib.h | 174 struct ib_flow ibflow;
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 637 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id) in mlx5_ib_destroy_flow() 1050 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); in _create_flow_rule() local 1074 ib_flow, flow_attr, &flow_act, in _create_flow_rule() 1079 prev_type = ((union ib_flow_spec *)ib_flow)->type; in _create_flow_rule() 1080 ib_flow += ((union ib_flow_spec *)ib_flow)->size; in _create_flow_rule() 1275 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp, in mlx5_ib_create_flow()
|
H A D | mlx5_ib.h | 260 struct ib_flow ibflow;
|