Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/core/
Duverbs_main.c516 if ((hdr->in_words + ex_hdr->provider_in_words) * 8 != count) in verify_hdr()
519 if (hdr->in_words * 8 < method_elm->req_size) in verify_hdr()
544 if (hdr->in_words * 4 != count) in verify_hdr()
557 hdr->in_words = 6; in verify_hdr()
616 size_t in_len = hdr.in_words * 4 - sizeof(hdr); in ib_uverbs_write()
667 hdr.in_words * 8, hdr.out_words * 8); in ib_uverbs_write()
/linux-6.12.1/include/uapi/rdma/
Dib_user_verbs.h160 __u16 in_words; member