Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Duverbs_main.c609 if ((hdr->in_words + ex_hdr->provider_in_words) * 8 != count) in verify_hdr()
612 if (hdr->in_words * 8 < method_elm->req_size) in verify_hdr()
637 if (hdr->in_words * 4 != count) in verify_hdr()
650 hdr->in_words = 6; in verify_hdr()
708 size_t in_len = hdr.in_words * 4 - sizeof(hdr); in ib_uverbs_write()
759 hdr.in_words * 8, hdr.out_words * 8); in ib_uverbs_write()
/Linux-v5.4/include/uapi/rdma/
Dib_user_verbs.h148 __u16 in_words; member