Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Duverbs.h222 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Dib_uverbs_main.c529 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) in ib_uverbs_comp_handler() function
H A Dib_uverbs_cmd.c1422 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()