Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Duverbs_main.c509 if ((hdr->in_words + ex_hdr->provider_in_words) * 8 != count) in verify_hdr()
512 if (hdr->in_words * 8 < method_elm->req_size) in verify_hdr()
537 if (hdr->in_words * 4 != count) in verify_hdr()
550 hdr->in_words = 6; in verify_hdr()
609 size_t in_len = hdr.in_words * 4 - sizeof(hdr); in ib_uverbs_write()
660 hdr.in_words * 8, hdr.out_words * 8); in ib_uverbs_write()
/linux-6.1.9/include/uapi/rdma/
Dib_user_verbs.h148 __u16 in_words; member