Searched refs:mlx4_write_mtt (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mr.c | 746 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt, in mlx4_write_mtt() function 788 EXPORT_SYMBOL_GPL(mlx4_write_mtt); 807 err = mlx4_write_mtt(dev, mtt, 0, buf->npages, page_list); in mlx4_buf_write_mtt()
|
H A D | eq.c | 1033 err = mlx4_write_mtt(dev, &eq->mtt, 0, npages, dma_list); in mlx4_create_eq()
|
/linux/include/linux/mlx4/ |
H A D | device.h | 1133 int mlx4_write_mtt(struct mlx4_dev *dev, struct mlx4_mtt *mtt,
|