Searched refs:is_ex (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_uapi.c67 if (def->write.is_ex)
77 if (WARN_ON(exists && (def->write.is_ex != method_elm->is_ex)))
80 method_elm->is_ex = def->write.is_ex;
82 if (def->write.is_ex)
89 if (!def->write.is_ex && def->func_write) {
H A Drdma_core.h103 u8 is_ex:1; member in struct:uverbs_api_write_method
H A Dib_uverbs_main.c501 if (method_elm->is_ex) {
584 if (method_elm->is_ex) {
602 if (!method_elm->is_ex) {
/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_ioctl.h366 u8 is_ex:1; member in struct:uapi_definition::__anon401::__anon403
396 .write = { .is_ex = 0, .command_num = _command_num }, \
407 .write = { .is_ex = 1, .command_num = _command_num }, \

Completed in 176 milliseconds