Home
last modified time | relevance | path

Searched refs:ib_uverbs_comp_handler (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_cq.c119 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
H A Duverbs.h234 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Dib_uverbs_main.c353 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) in ib_uverbs_comp_handler() function
H A Dib_uverbs_cmd.c1035 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()