Home
last modified time | relevance | path

Searched refs:mlx4_mtt (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/mlx4/
H A Ddevice.h643 struct mlx4_mtt { struct
677 struct mlx4_mtt mtt;
682 struct mlx4_mtt mtt;
1095 struct mlx4_mtt *mtt);
1096 void mlx4_mtt_cleanup(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
1097 u64 mlx4_mtt_addr(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
1107 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
1109 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
1121 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
1134 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq);
H A Dqp.h480 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
488 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
H A Dcq.h176 int entries, struct mlx4_mtt *mtt);
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c201 struct mlx4_mtt *mtt) in mlx4_mtt_init()
257 void mlx4_mtt_cleanup(struct mlx4_dev *dev, struct mlx4_mtt *mtt) in mlx4_mtt_cleanup()
266 u64 mlx4_mtt_addr(struct mlx4_dev *dev, struct mlx4_mtt *mtt) in mlx4_mtt_addr()
697 static int mlx4_write_mtt_chunk(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt_chunk()
723 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_write_mtt()
751 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt()
795 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_buf_write_mtt()
H A Dmlx4_cq.c140 int entries, struct mlx4_mtt *mtt) in mlx4_cq_resize()
238 struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, in mlx4_cq_alloc()
H A Dmlx4_qp.c88 static int __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_qp_modify()
209 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify()
899 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_to_ready()
H A Dmlx4_srq.c163 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) in mlx4_srq_alloc()
H A Dmlx4.h394 struct mlx4_mtt mtt;
1015 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
H A Dmlx4_resource_tracker.c3212 struct mlx4_mtt mtt; in mlx4_WRITE_MTT_wrapper()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h107 struct mlx4_mtt mtt;
310 struct mlx4_mtt mtt;
345 struct mlx4_mtt mtt;
719 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt,
H A Dmlx4_ib_mr.c93 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt, in mlx4_ib_umem_write_mtt()
H A Dmlx4_ib_cq.c372 struct mlx4_mtt mtt; in mlx4_ib_resize_cq()