Home
last modified time | relevance | path

Searched refs:mlx5_mr_table (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c41 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_init_mr_table()
56 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_create_mkey()
109 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_destroy_mkey()
/linux-4.1.27/include/linux/mlx5/
Ddriver.h463 struct mlx5_mr_table { struct
500 struct mlx5_mr_table mr_table;
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c89 struct mlx5_mr_table *table = &dev->mdev->priv.mr_table; in reg_mr_callback()