Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Ddevice.h621 struct mlx4_mtt { struct
655 struct mlx4_mtt mtt;
660 struct mlx4_mtt mtt;
1068 struct mlx4_mtt *mtt);
1069 void mlx4_mtt_cleanup(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
1070 u64 mlx4_mtt_addr(struct mlx4_dev *dev, struct mlx4_mtt *mtt);
1080 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
1082 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
1094 int mlx4_cq_alloc(struct mlx4_dev *dev, int nent, struct mlx4_mtt *mtt,
1107 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq);
Dqp.h471 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
479 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
Dcq.h177 int entries, struct mlx4_mtt *mtt);
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmr.c198 struct mlx4_mtt *mtt) in mlx4_mtt_init()
254 void mlx4_mtt_cleanup(struct mlx4_dev *dev, struct mlx4_mtt *mtt) in mlx4_mtt_cleanup()
263 u64 mlx4_mtt_addr(struct mlx4_dev *dev, struct mlx4_mtt *mtt) in mlx4_mtt_addr()
694 static int mlx4_write_mtt_chunk(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt_chunk()
720 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_write_mtt()
748 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt()
792 int mlx4_buf_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_buf_write_mtt()
Dcq.c186 int entries, struct mlx4_mtt *mtt) in mlx4_cq_resize()
284 struct mlx4_mtt *mtt, struct mlx4_uar *uar, u64 db_rec, in mlx4_cq_alloc()
Dqp.c87 static int __mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in __mlx4_qp_modify()
202 int mlx4_qp_modify(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_modify()
892 int mlx4_qp_to_ready(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_qp_to_ready()
Dsrq.c166 struct mlx4_mtt *mtt, u64 db_rec, struct mlx4_srq *srq) in mlx4_srq_alloc()
Dmlx4.h400 struct mlx4_mtt mtt;
1012 int __mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
Dresource_tracker.c3188 struct mlx4_mtt mtt; in mlx4_WRITE_MTT_wrapper()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h107 struct mlx4_mtt mtt;
303 struct mlx4_mtt mtt;
338 struct mlx4_mtt mtt;
700 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt,
Dmr.c89 int mlx4_ib_umem_write_mtt(struct mlx4_ib_dev *dev, struct mlx4_mtt *mtt, in mlx4_ib_umem_write_mtt()
Dcq.c376 struct mlx4_mtt mtt; in mlx4_ib_resize_cq()