Home
last modified time | relevance | path

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

/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h161 int cxio_destroy_cq(struct cxio_rdev *rdev, struct t3_cq *cq);
Diwch_provider.c136 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_destroy_cq()
197 cxio_destroy_cq(&chp->rhp->rdev, &chp->cq); in iwch_create_cq()
296 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