Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/rdma/
Dib_user_verbs.h874 struct ib_uverbs_flow_spec_hdr { struct
891 struct ib_uverbs_flow_spec_hdr hdr; argument
913 struct ib_uverbs_flow_spec_hdr hdr;
931 struct ib_uverbs_flow_spec_hdr hdr;
954 struct ib_uverbs_flow_spec_hdr hdr;
967 struct ib_uverbs_flow_spec_hdr hdr;
980 struct ib_uverbs_flow_spec_hdr hdr;
991 struct ib_uverbs_flow_spec_hdr hdr;
1004 struct ib_uverbs_flow_spec_hdr hdr;
1021 struct ib_uverbs_flow_spec_hdr hdr;
[all …]
/Linux-v4.19/drivers/infiniband/core/
Duverbs.h261 struct ib_uverbs_flow_spec_hdr hdr;
Duverbs_cmd.c2917 static size_t kern_spec_filter_sz(const struct ib_uverbs_flow_spec_hdr *spec) in kern_spec_filter_sz()
2920 return (spec->size - sizeof(struct ib_uverbs_flow_spec_hdr)) / 2; in kern_spec_filter_sz()
3073 sizeof(struct ib_uverbs_flow_spec_hdr); in kern_spec_to_ib_spec_filter()
3493 struct ib_uverbs_flow_spec_hdr *kern_spec; in ib_uverbs_ex_create_flow()