Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h161 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
Diwch_provider.c140 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_destroy_cq()
206 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_create_cq()
306 ret = cxio_destroy_cq(&chp->rhp->rdev, &oldcq); in iwch_resize_cq()
Dcxio_hal.c323 int cxio_destroy_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq) in cxio_destroy_cq() function