Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Duverbs_main.c688 struct ib_uverbs_ex_cmd_hdr *ex_hdr, in verify_hdr() argument
692 count -= sizeof(*hdr) + sizeof(*ex_hdr); in verify_hdr()
694 if ((hdr->in_words + ex_hdr->provider_in_words) * 8 != count) in verify_hdr()
697 if (ex_hdr->cmd_hdr_reserved) in verify_hdr()
700 if (ex_hdr->response) { in verify_hdr()
701 if (!hdr->out_words && !ex_hdr->provider_out_words) in verify_hdr()
705 u64_to_user_ptr(ex_hdr->response), in verify_hdr()
706 (hdr->out_words + ex_hdr->provider_out_words) * 8)) in verify_hdr()
709 if (hdr->out_words || ex_hdr->provider_out_words) in verify_hdr()
727 struct ib_uverbs_ex_cmd_hdr ex_hdr; in ib_uverbs_write() local
[all …]