Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c44 return mlx4_buf_offset(&srq->buf, n << srq->msrq.wqe_shift); in get_wqe()
H A Dmlx4_ib_cq.c72 return mlx4_buf_offset(&buf->buf, n * buf->entry_size); in get_cqe_from_buf()
H A Dmlx4_ib_qp.c194 return mlx4_buf_offset(&qp->buf, offset); in get_wqe()
/freebsd/sys/dev/mlx4/
H A Ddevice.h1075 static inline void *mlx4_buf_offset(struct mlx4_buf *buf, int offset) in mlx4_buf_offset() function