Searched refs:ex_hdr (Results 1 – 1 of 1) sorted by relevance
517 count -= sizeof(*hdr) + sizeof(*ex_hdr); in verify_hdr()525 if (ex_hdr->cmd_hdr_reserved) in verify_hdr()528 if (ex_hdr->response) { in verify_hdr()535 if (!access_ok(u64_to_user_ptr(ex_hdr->response), in verify_hdr()577 struct ib_uverbs_ex_cmd_hdr ex_hdr; in ib_uverbs_write() local600 if (count < (sizeof(hdr) + sizeof(ex_hdr))) in ib_uverbs_write()602 if (copy_from_user(&ex_hdr, buf + sizeof(hdr), sizeof(ex_hdr))) in ib_uverbs_write()666 buf += sizeof(ex_hdr); in ib_uverbs_write()669 u64_to_user_ptr(ex_hdr.response), in ib_uverbs_write()675 ex_hdr.provider_in_words * 8, in ib_uverbs_write()[all …]
Completed in 8 milliseconds