Searched refs:ib_uverbs_flow_spec (Results 1 – 2 of 2) sorted by relevance
207 struct ib_uverbs_flow_spec { struct
3026 static int kern_spec_to_ib_spec(struct ib_uverbs_flow_spec *kern_spec, in kern_spec_to_ib_spec()3111 (cmd.flow_attr.num_of_specs * sizeof(struct ib_uverbs_flow_spec))) in ib_uverbs_ex_create_flow()3163 cmd.flow_attr.size > offsetof(struct ib_uverbs_flow_spec, reserved) && in ib_uverbs_ex_create_flow()3165 ((struct ib_uverbs_flow_spec *)kern_spec)->size; i++) { in ib_uverbs_ex_create_flow()3171 cmd.flow_attr.size -= ((struct ib_uverbs_flow_spec *)kern_spec)->size; in ib_uverbs_ex_create_flow()3172 kern_spec += ((struct ib_uverbs_flow_spec *) kern_spec)->size; in ib_uverbs_ex_create_flow()