Home
last modified time | relevance | path

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

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