Searched refs:nent (Results 51 - 55 of 55) sorted by last modified time

123

/linux-master/drivers/infiniband/hw/mlx4/
H A Dcq.c101 static int mlx4_ib_alloc_cq_buf(struct mlx4_ib_dev *dev, struct mlx4_ib_cq_buf *buf, int nent) argument
105 err = mlx4_buf_alloc(dev->dev, nent * dev->dev->caps.cqe_size,
127 mlx4_buf_free(dev->dev, nent * buf->entry_size, &buf->buf);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_dev.h421 int mthca_array_init(struct mthca_array *array, int nent);
422 void mthca_array_cleanup(struct mthca_array *array, int nent);
487 int mthca_init_cq(struct mthca_dev *dev, int nent,
498 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent);
H A Dmthca_cq.c348 int mthca_alloc_cq_buf(struct mthca_dev *dev, struct mthca_cq_buf *buf, int nent) argument
353 ret = mthca_buf_alloc(dev, nent * MTHCA_CQ_ENTRY_SIZE,
360 for (i = 0; i < nent; ++i)
768 int mthca_init_cq(struct mthca_dev *dev, int nent, argument
776 cq->ibcq.cqe = nent - 1;
814 err = mthca_alloc_cq_buf(dev, &cq->buf, nent);
828 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24);
H A Dmthca_provider.h95 int nent; member in struct:mthca_eq
/linux-master/drivers/tty/vt/
H A Dconmakehash.c82 int i, nuni, nent; local
272 nent = 0;
275 while ( nent >= unicount[fp0] )
278 nent = 0;
280 printf("0x%04x", unitable[fp0][nent++]);

Completed in 343 milliseconds

123