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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c916 cq->comp_handler(cq, cq->cq_context);
927 * @cq_context: Context associated with the CQ returned to the user via
939 void (*event_handler)(struct ib_event *, void *), void *cq_context,
951 "event_handler: 0x%p, cq_context: 0x%p, cqe: 0x%x, "
953 comp_handler, event_handler, cq_context, cqe, comp_vector);
962 "event_handler: 0x%p, cq_context: 0x%p, cqe: 0x%x, "
964 comp_handler, event_handler, cq_context, cqe, comp_vector,
971 "event_handler: 0x%p, cq_context: 0x%p, cqe: 0x%x, "
973 cq_context, cqe, comp_vector);
985 cq->cq_context
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_verbs.h586 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
592 void *cq_context; member in struct:ib_cq
721 * @cq_context: Context associated with the CQ returned to the user via
731 void *cq_context, int cqe, void *comp_vector);

Completed in 66 milliseconds