Home
last modified time | relevance | path

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

/trueos/sys/ofed/include/linux/mlx4/
HDdevice.h542 struct mlx4_mtt { struct
576 struct mlx4_mtt mtt;
581 struct mlx4_mtt mtt;
979 struct mlx4_mtt *mtt);
980 void mlx4_mtt_cleanup(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
981 u64 mlx4_mtt_addr(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
991 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
993 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
1004 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
1017 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq);
HDqp.h428 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
436 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
HDcq.h179 int entries, struct mlx4_mtt *mtt);
/trueos/sys/ofed/drivers/net/mlx4/
HDmr.c198 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()
531 static int mlx4_write_mtt_chunk(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt_chunk()
557 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_write_mtt()
585 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt()
629 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_buf_write_mtt()
HDqp.c90 static int __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_qp_modify()
205 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify()
585 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_to_ready()
HDcq.c153 int entries, struct mlx4_mtt *mtt) in mlx4_cq_resize()
275 struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, in mlx4_cq_alloc()
HDsrq.c165 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) in mlx4_srq_alloc()
HDmlx4.h384 struct mlx4_mtt mtt;
962 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
HDresource_tracker.c2904 struct mlx4_mtt mtt; in mlx4_WRITE_MTT_wrapper()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDmlx4_ib.h107 struct mlx4_mtt mtt;
302 struct mlx4_mtt mtt;
337 struct mlx4_mtt mtt;
640 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt,
HDmr.c141 struct mlx4_mtt *mtt, in mlx4_ib_umem_write_mtt_block()
202 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt, in mlx4_ib_umem_write_mtt()
HDcq.c369 struct mlx4_mtt mtt; in mlx4_ib_resize_cq()