Home
last modified time | relevance | path

Searched refs:mpt_bitmap (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/mlx4/
Dmr.c273 index = mlx4_bitmap_alloc(&priv->mr_table.mpt_bitmap); in mlx4_mr_alloc()
286 mlx4_bitmap_free(&priv->mr_table.mpt_bitmap, index); in mlx4_mr_alloc()
306 mlx4_bitmap_free(&priv->mr_table.mpt_bitmap, key_to_hw_index(mr->key)); in mlx4_mr_free()
467 err = mlx4_bitmap_init(&mr_table->mpt_bitmap, dev->caps.num_mpts, in mlx4_init_mr_table()
492 mlx4_bitmap_cleanup(&mr_table->mpt_bitmap); in mlx4_init_mr_table()
502 mlx4_bitmap_cleanup(&mr_table->mpt_bitmap); in mlx4_cleanup_mr_table()
Dmlx4.h207 struct mlx4_bitmap mpt_bitmap; member