Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/ofed/include/uapi/rdma/
HDib_user_verbs.h828 struct ib_uverbs_flow_spec_hdr { struct
845 struct ib_uverbs_flow_spec_hdr hdr; argument
867 struct ib_uverbs_flow_spec_hdr hdr;
885 struct ib_uverbs_flow_spec_hdr hdr;
908 struct ib_uverbs_flow_spec_hdr hdr;
931 struct ib_uverbs_flow_spec_hdr flow_specs[0];
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDuverbs.h227 struct ib_uverbs_flow_spec_hdr hdr;
HDib_uverbs_cmd.c3138 static size_t kern_spec_filter_sz(struct ib_uverbs_flow_spec_hdr *spec) in kern_spec_filter_sz()
3141 return (spec->size - sizeof(struct ib_uverbs_flow_spec_hdr)) / 2; in kern_spec_filter_sz()
3182 sizeof(struct ib_uverbs_flow_spec_hdr); in kern_spec_to_ib_spec()