Searched defs:comp_vector (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c930 * @comp_vector - Completion vector used to signal completion events.
935 * Note that comp_vector is not supported currently.
940 int cqe, void *comp_vector)
952 "comp_vector: %p => no sufficient memory", device,
953 comp_handler, event_handler, cq_context, cqe, comp_vector);
963 "comp_vector: %p => invalid device state (%d)", device,
964 comp_handler, event_handler, cq_context, cqe, comp_vector,
972 "comp_vector: %d", device, comp_handler, event_handler,
973 cq_context, cqe, comp_vector);
976 cq_attr.cq_sched = comp_vector;
938 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, int cqe, void *comp_vector) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_verbs.h311 uint32_t comp_vector; member in struct:ib_uverbs_create_cq

Completed in 90 milliseconds