Home
last modified time | relevance | path

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 Dsol_kverbs.c913 "arg: 0x%p", ibt_cq, cq, cq->comp_handler, arg); in ofs_cq_handler()
915 if (cq->comp_handler) { in ofs_cq_handler()
916 cq->comp_handler(cq, cq->cq_context); in ofs_cq_handler()
938 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, 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()
972 "comp_vector: %d", device, comp_handler, event_handler, in ib_create_cq()
983 cq->comp_handler = comp_handler; in ib_create_cq()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h590 ib_comp_handler comp_handler; member
729 ib_comp_handler comp_handler,