Searched refs:comp_handler (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
| H A D | sol_kverbs.c | 914 "arg: 0x%p", ibt_cq, cq, cq->comp_handler, arg); in ofs_cq_handler() 916 if (cq->comp_handler) { in ofs_cq_handler() 917 cq->comp_handler(cq, cq->cq_context); in ofs_cq_handler() 939 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, in ib_create_cq() argument 954 comp_handler, event_handler, cq_context, cqe, comp_vector); in ib_create_cq() 965 comp_handler, event_handler, cq_context, cqe, comp_vector, in ib_create_cq() 974 "comp_vector: %d", device, comp_handler, event_handler, in ib_create_cq() 985 cq->comp_handler = comp_handler; in ib_create_cq()
|
| /illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
| H A D | ib_verbs.h | 590 ib_comp_handler comp_handler; member 729 ib_comp_handler comp_handler,
|