Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c303 int async_fd = context->async_fd; in __ibv_close_device() local
318 close(async_fd); in __ibv_close_device()
330 if (read(context->async_fd, &ev, sizeof ev) != sizeof ev) in __ibv_get_async_event()
H A Dcompat-1_0.c221 int async_fd; member
H A Dkern-abi.h204 __u32 async_fd; member
H A Dcmd.c61 context->async_fd = resp->async_fd; in ibv_cmd_get_context()
H A Dverbs.h1466 int async_fd; member
/freebsd/contrib/ofed/libibverbs/examples/
H A Dasyncwatch.c149 ibv_get_device_name(dev_list[i]), context->async_fd); in main()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h170 __u32 async_fd; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c297 .async_fd = uobj->id, in ib_uverbs_get_context()