Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.h86 int ocrdma_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata);
Docrdma_main.c149 .destroy_qp = ocrdma_destroy_qp,
Docrdma_sli.h1045 struct ocrdma_destroy_qp { struct
Docrdma_verbs.c1671 int ocrdma_destroy_qp(struct ib_qp *ibqp, struct ib_udata *udata) in ocrdma_destroy_qp() function
Docrdma_hw.c2717 struct ocrdma_destroy_qp *cmd; in ocrdma_mbx_destroy_qp()