Home
last modified time | relevance | path

Searched defs:ibv_create_cq_ex (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h472 struct ibv_create_cq_ex { struct
473 struct ex_hdr hdr;
474 __u64 user_handle;
475 __u32 cqe;
476 __u32 comp_vector;
477 __s32 comp_channel;
478 __u32 comp_mask;
479 __u32 flags;
480 __u32 reserved;
H A Dverbs.h1845 struct ibv_cq_ex *ibv_create_cq_ex(struct ibv_context *context, in ibv_create_cq_ex() function