Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h161 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
Diwch_provider.c105 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_destroy_cq()
171 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_create_cq()
270 ret = cxio_destroy_cq(&chp->rhp->rdev, &oldcq); in iwch_resize_cq()
Dcxio_hal.c321 int cxio_destroy_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq) in cxio_destroy_cq() function