Home
last modified time | relevance | path

Searched refs:cq_context (Results 1 – 3 of 3) sorted by relevance

/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
731 void *cq_context, int cqe, void *comp_vector);
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h58 cqp->event_handler(&ib_event, cqp->cq_context); \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c916 cq->comp_handler(cq, cq->cq_context); in ofs_cq_handler()
939 void (*event_handler)(struct ib_event *, void *), void *cq_context, in ib_create_cq() argument
953 comp_handler, event_handler, cq_context, cqe, comp_vector); in ib_create_cq()
964 comp_handler, event_handler, cq_context, cqe, comp_vector, in ib_create_cq()
973 cq_context, cqe, comp_vector); in ib_create_cq()
985 cq->cq_context = cq_context; in ib_create_cq()
988 ibt_set_cq_handler(cq->ibt_cq, ofs_cq_handler, cq_context); in ib_create_cq()