Home
last modified time | relevance | path

Searched refs:mlx4_buf_offset (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dsrq.c43 return mlx4_buf_offset(&srq->buf, n << srq->msrq.wqe_shift); in get_wqe()
Dcq.c70 return mlx4_buf_offset(&buf->buf, n * buf->entry_size); in get_cqe_from_buf()
Dqp.c185 return mlx4_buf_offset(&qp->buf, offset); in get_wqe()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h1015 static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset) in mlx4_buf_offset() function