Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h160 int cxio_create_cq(struct cxio_rdev *rdev, struct t3_cq *cq, int kernel);
Diwch_provider.c195 if (cxio_create_cq(&rhp->rdev, &chp->cq, !ucontext)) { in iwch_create_cq()
282 ret = cxio_create_cq(&chp->rhp->rdev, &newcq); in iwch_resize_cq()
Dcxio_hal.c158 int cxio_create_cq(struct cxio_rdev *rdev_p, struct t3_cq *cq, int kernel) in cxio_create_cq() function