Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1725 struct ecore_rdma_destroy_cq_in_params destroy_iparams; in qlnxr_create_cq() local
1746 memset(&destroy_iparams, 0, sizeof(struct ecore_rdma_destroy_cq_in_params)); in qlnxr_create_cq()
1861 destroy_iparams.icid = cq->icid; in qlnxr_create_cq()
1862 ecore_rdma_destroy_cq(dev->rdma_ctx, &destroy_iparams, &destroy_oparams); in qlnxr_create_cq()