Searched refs:ex_hdr (Results 1 – 1 of 1) sorted by relevance
661 struct ib_uverbs_ex_cmd_hdr ex_hdr; in ib_uverbs_write() local683 if (count < (sizeof(hdr) + sizeof(ex_hdr))) in ib_uverbs_write()686 if (copy_from_user(&ex_hdr, buf + sizeof(hdr), sizeof(ex_hdr))) in ib_uverbs_write()689 count -= sizeof(hdr) + sizeof(ex_hdr); in ib_uverbs_write()690 buf += sizeof(hdr) + sizeof(ex_hdr); in ib_uverbs_write()692 if ((hdr.in_words + ex_hdr.provider_in_words) * 8 != count) in ib_uverbs_write()695 if (ex_hdr.cmd_hdr_reserved) in ib_uverbs_write()698 if (ex_hdr.response) { in ib_uverbs_write()699 if (!hdr.out_words && !ex_hdr.provider_out_words) in ib_uverbs_write()703 (void __user *) (unsigned long) ex_hdr.response, in ib_uverbs_write()[all …]