Searched refs:mlx4_mtt (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/mlx4/ |
H A D | device.h | 643 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 D | qp.h | 480 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 D | cq.h | 176 int entries, struct mlx4_mtt *mtt);
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_mr.c | 201 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 D | mlx4_cq.c | 140 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 D | mlx4_qp.c | 88 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 D | mlx4_srq.c | 163 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) in mlx4_srq_alloc()
|
H A D | mlx4.h | 394 struct mlx4_mtt mtt; 1015 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
|
H A D | mlx4_resource_tracker.c | 3212 struct mlx4_mtt mtt; in mlx4_WRITE_MTT_wrapper()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib.h | 107 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 D | mlx4_ib_mr.c | 93 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt, in mlx4_ib_umem_write_mtt()
|
H A D | mlx4_ib_cq.c | 372 struct mlx4_mtt mtt; in mlx4_ib_resize_cq()
|