Home
last modified time | relevance | path

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

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