Searched refs:npas (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 946 int entries, struct ib_udata *udata, int *npas, in resize_user() argument 970 npas, NULL); in resize_user() 1073 int npas; in mlx5_ib_resize_cq() local 1096 err = resize_user(dev, cq, entries, udata, &npas, &page_shift, in mlx5_ib_resize_cq() 1102 npas = cq->resize_buf->buf.npages; in mlx5_ib_resize_cq() 1110 inlen = sizeof(*in) + npas * sizeof(in->pas[0]); in mlx5_ib_resize_cq()
|