Searched refs:cq_context (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_verbs.h | 586 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);
|
/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_kverb_impl.h | 58 cqp->event_handler(&ib_event, cqp->cq_context); \
|
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 916 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()
|