Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_sp.h78 struct rdma_destroy_cq_ramrod_data rdma_destroy_cq; member
Dqed_rdma.c1150 p_ramrod = &p_ent->ramrod.rdma_destroy_cq; in qed_rdma_destroy_cq()
2007 .rdma_destroy_cq = &qed_rdma_destroy_cq,
/linux-6.1.9/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c141 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_gsi_cq()
148 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_gsi_cq()
Dverbs.c1041 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &destroy_iparams, in qedr_create_cq()
1078 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_cq()
/linux-6.1.9/include/linux/qed/
Dqed_rdma_if.h611 int (*rdma_destroy_cq)(void *rdma_cxt, member