Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.h75 int ocrdma_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata);
H A Docrdma_main.c148 .destroy_cq = ocrdma_destroy_cq,
H A Docrdma_sli.h855 struct ocrdma_destroy_cq { struct
H A Docrdma_verbs.c1053 int ocrdma_destroy_cq(struct ib_cq *ibcq, struct ib_udata *udata) in ocrdma_destroy_cq() function
H A Docrdma_hw.c1886 struct ocrdma_destroy_cq *cmd; in ocrdma_mbx_destroy_cq()