Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/core/
H A Duverbs_main.c519 if ((hdr->in_words + ex_hdr->provider_in_words) * 8 != count) in verify_hdr()
522 if (hdr->in_words * 8 < method_elm->req_size) in verify_hdr()
547 if (hdr->in_words * 4 != count) in verify_hdr()
560 hdr->in_words = 6; in verify_hdr()
619 size_t in_len = hdr.in_words * 4 - sizeof(hdr); in ib_uverbs_write()
670 hdr.in_words * 8, hdr.out_words * 8); in ib_uverbs_write()
/linux-6.15/include/uapi/rdma/
H A Dib_user_verbs.h160 __u16 in_words; member