Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmr.c41 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_init_mr_table()
57 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_create_mkey()
110 struct mlx5_mr_table *table = &dev->priv.mr_table; in mlx5_core_destroy_mkey()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h422 struct mlx5_mr_table { struct
468 struct mlx5_mr_table mr_table;
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c89 struct mlx5_mr_table *table = &dev->mdev->priv.mr_table; in reg_mr_callback()