Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dsrq.c44 return mlx4_buf_offset(&srq->buf, n << srq->msrq.wqe_shift); in get_wqe()
H A Dcq.c71 return mlx4_buf_offset(&buf->buf, n * buf->entry_size); in get_cqe_from_buf()
H A Dqp.c176 return mlx4_buf_offset(&qp->buf, offset); in get_wqe()
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h1088 static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset) in mlx4_buf_offset() function