Home
last modified time | relevance | path

Searched refs:flow_resources_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/rdma/
Duverbs_std_types.h164 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dflow.c168 uflow_res = flow_resources_alloc(MLX5_IB_CREATE_FLOW_MAX_FLOW_ACTIONS); in UVERBS_HANDLER()
/Linux-v5.4/drivers/infiniband/core/
Duverbs_cmd.c2582 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() function
2612 EXPORT_SYMBOL(flow_resources_alloc);
3271 uflow_res = flow_resources_alloc(cmd.flow_attr.num_of_specs); in ib_uverbs_ex_create_flow()