Home
last modified time | relevance | path

Searched refs:c4iw_destroy_cq (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h190 int c4iw_destroy_cq(struct ibv_cq *cq);
H A Ddev.c90 .destroy_cq = c4iw_destroy_cq,
H A Dverbs.c261 int c4iw_destroy_cq(struct ibv_cq *ibcq) in c4iw_destroy_cq() function
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c470 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
H A Diw_cxgbe.h947 void c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata);
H A Dcq.c886 void c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata) in c4iw_destroy_cq() function