Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c2527 hdr.in_words = 0; in sol_uverbs_write()
2542 "uverbs_write: hdr.in_words = %d", hdr.in_words); in sol_uverbs_write()
2546 if (hdr.in_words * 4 != len) { in sol_uverbs_write()
2591 rc = uverbs_cmd_table[hdr.command](uctxt, &payload[0], hdr.in_words * 4, in sol_uverbs_write()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h139 uint16_t in_words; member