Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sp.h83 struct rdma_destroy_cq_ramrod_data rdma_destroy_cq; member
Dqed_rdma.c1177 p_ramrod = &p_ent->ramrod.rdma_destroy_cq; in qed_rdma_destroy_cq()
2035 .rdma_destroy_cq = &qed_rdma_destroy_cq,
/kernel/linux/linux-5.10/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.c1036 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &destroy_iparams, in qedr_create_cq()
1083 dev->ops->rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qedr_destroy_cq()
/kernel/linux/linux-5.10/include/linux/qed/
Dqed_rdma_if.h611 int (*rdma_destroy_cq)(void *rdma_cxt, member