Home
last modified time | relevance | path

Searched refs:ib_uflow_resources (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/core/
Duverbs.h221 struct ib_uflow_resources;
224 struct ib_uflow_resources *resources;
232 void ib_uverbs_flow_resources_free(struct ib_uflow_resources *uflow_res);
Duverbs_cmd.c2772 struct ib_uflow_resources { struct
2781 static struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() argument
2783 struct ib_uflow_resources *resources; in flow_resources_alloc()
2812 void ib_uverbs_flow_resources_free(struct ib_uflow_resources *uflow_res) in ib_uverbs_flow_resources_free()
2830 static void flow_resources_add(struct ib_uflow_resources *uflow_res, in flow_resources_add()
2857 struct ib_uflow_resources *uflow_res) in kern_spec_to_ib_spec_action()
3085 struct ib_uflow_resources *uflow_res) in kern_spec_to_ib_spec()
3492 struct ib_uflow_resources *uflow_res; in ib_uverbs_ex_create_flow()