Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Duverbs.h198 struct ib_uverbs_flow_spec { struct
Duverbs_cmd.c2741 static int kern_spec_to_ib_spec(struct ib_uverbs_flow_spec *kern_spec, in kern_spec_to_ib_spec()
2825 (cmd.flow_attr.num_of_specs * sizeof(struct ib_uverbs_flow_spec))) in ib_uverbs_ex_create_flow()
2877 cmd.flow_attr.size > offsetof(struct ib_uverbs_flow_spec, reserved) && in ib_uverbs_ex_create_flow()
2879 ((struct ib_uverbs_flow_spec *)kern_spec)->size; i++) { in ib_uverbs_ex_create_flow()
2885 cmd.flow_attr.size -= ((struct ib_uverbs_flow_spec *)kern_spec)->size; in ib_uverbs_ex_create_flow()
2886 kern_spec += ((struct ib_uverbs_flow_spec *) kern_spec)->size; in ib_uverbs_ex_create_flow()