Searched refs:npas (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 959 int entries, struct ib_udata *udata, int *npas, in resize_user() argument 983 npas, NULL); in resize_user() 1086 int npas; in mlx5_ib_resize_cq() local 1109 err = resize_user(dev, cq, entries, udata, &npas, &page_shift, in mlx5_ib_resize_cq() 1115 npas = cq->resize_buf->buf.npages; in mlx5_ib_resize_cq() 1123 inlen = sizeof(*in) + npas * sizeof(in->pas[0]); in mlx5_ib_resize_cq()
|