Home
last modified time | relevance | path

Searched refs:async_fd (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/libibverbs/
HDdevice.c265 int async_fd = context->async_fd; in __ibv_close_device() local
280 close(async_fd); in __ibv_close_device()
294 if (read(context->async_fd, &ev, sizeof ev) != sizeof ev) in __ibv_get_async_event()
HDcompat-1_0.c221 int async_fd; member
HDkern-abi.h204 __u32 async_fd; member
HDcmd.c61 context->async_fd = resp->async_fd; in ibv_cmd_get_context()
HDverbs.h1466 int async_fd; member
/freebsd-11-stable/contrib/ofed/libibverbs/examples/
HDasyncwatch.c149 ibv_get_device_name(dev_list[i]), context->async_fd); in main()
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
HDib_user_verbs.h167 __u32 async_fd; member
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
HDib_uverbs_cmd.c385 resp.async_fd = ret; in ib_uverbs_get_context()
401 fd_install(resp.async_fd, filp); in ib_uverbs_get_context()
412 put_unused_fd(resp.async_fd); in ib_uverbs_get_context()