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

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1477 void *ib_flow; local
1488 ib_flow = flow_attr + 1;
1493 (union ib_flow_spec *)ib_flow;
1507 ib_flow +=
1508 ((union ib_flow_spec *)ib_flow)->size;
1512 ib_flow = flow_attr + 1;
1514 j++, ib_flow += ((union ib_flow_spec *)ib_flow)->size)
1517 if (((union ib_flow_spec *)ib_flow)->type ==
1572 void *ib_flow; local
1663 void *ib_flow; local
[all...]
H A Dmlx4_ib.h168 struct ib_flow ibflow;
679 static inline struct mlx4_ib_flow *to_mflow(struct ib_flow *ibflow)
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1749 struct ib_flow { struct
2063 struct ib_flow * (*create_flow)(struct ib_qp *qp,
2067 int (*destroy_flow)(struct ib_flow *flow_id);
3320 struct ib_flow *ib_create_flow(struct ib_qp *qp,
3322 int ib_destroy_flow(struct ib_flow *flow_id);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1759 struct ib_flow *ib_create_flow(struct ib_qp *qp,
1763 struct ib_flow *flow_id;
1774 int ib_destroy_flow(struct ib_flow *flow_id)
H A Dib_uverbs_main.c256 struct ib_flow *flow_id = uobj->object;
H A Dib_uverbs_cmd.c3688 struct ib_flow *flow_id;
3855 struct ib_flow *flow_id;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1921 static int mlx5_ib_destroy_flow(struct ib_flow *flow_id)
2038 const void *ib_flow = (const void *)flow_attr + sizeof(*flow_attr); local
2057 spec->match_value, ib_flow);
2061 ib_flow += ((union ib_flow_spec *)ib_flow)->size;
2215 static struct ib_flow *mlx5_ib_create_flow(struct ib_qp *qp,
H A Dmlx5_ib.h149 struct ib_flow ibflow;

Completed in 119 milliseconds