Searched refs:ex_hdr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c814 struct ib_uverbs_ex_cmd_hdr ex_hdr; local
830 if (count < (sizeof(hdr) + sizeof(ex_hdr))) {
835 if (copy_from_user(&ex_hdr, buf + sizeof(hdr), sizeof(ex_hdr))) {
840 count -= sizeof(hdr) + sizeof(ex_hdr);
841 buf += sizeof(hdr) + sizeof(ex_hdr);
843 if ((hdr.in_words + ex_hdr.provider_in_words) * 8 != count) {
848 if (ex_hdr.cmd_hdr_reserved) {
853 if (ex_hdr.response) {
854 if (!hdr.out_words && !ex_hdr
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h150 struct ex_hdr { struct
261 struct ex_hdr hdr;
473 struct ex_hdr hdr;
677 struct ex_hdr hdr;
788 struct ex_hdr hdr;
1067 struct ex_hdr hdr;
1079 struct ex_hdr hdr;
1272 struct ex_hdr hdr;
1294 struct ex_hdr hdr;
1307 struct ex_hdr hd
[all...]
H A Dibverbs.h91 size_t c_size = cmd_size - sizeof(struct ex_hdr); \

Completed in 70 milliseconds