Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/rdma/
Dib_user_verbs.h903 struct ib_uverbs_flow_spec_hdr { struct
920 struct ib_uverbs_flow_spec_hdr hdr; argument
942 struct ib_uverbs_flow_spec_hdr hdr;
960 struct ib_uverbs_flow_spec_hdr hdr;
983 struct ib_uverbs_flow_spec_hdr hdr;
996 struct ib_uverbs_flow_spec_hdr hdr;
1009 struct ib_uverbs_flow_spec_hdr hdr;
1020 struct ib_uverbs_flow_spec_hdr hdr;
1033 struct ib_uverbs_flow_spec_hdr hdr;
1050 struct ib_uverbs_flow_spec_hdr hdr;
[all …]
/Linux-v5.4/drivers/infiniband/core/
Duverbs.h254 struct ib_uverbs_flow_spec_hdr hdr;
Duverbs_cmd.c2721 static size_t kern_spec_filter_sz(const struct ib_uverbs_flow_spec_hdr *spec) in kern_spec_filter_sz()
2724 return (spec->size - sizeof(struct ib_uverbs_flow_spec_hdr)) / 2; in kern_spec_filter_sz()
2877 sizeof(struct ib_uverbs_flow_spec_hdr); in kern_spec_to_ib_spec_filter()
3193 struct ib_uverbs_flow_spec_hdr *kern_spec; in ib_uverbs_ex_create_flow()