Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_intr.c478 avl_add(&mlxp->mlx_pages, pages[i]); in mlxcx_give_pages_once()
520 ASSERT0(avl_is_empty(&mlxp->mlx_pages)); in mlxcx_take_pages_once()
526 mdp = avl_find(&mlxp->mlx_pages, &probe, NULL); in mlxcx_take_pages_once()
529 avl_remove(&mlxp->mlx_pages, mdp); in mlxcx_take_pages_once()
H A Dmlxcx.c835 ASSERT0(avl_is_empty(&mlxp->mlx_pages)); in mlxcx_teardown_pages()
849 mdp = avl_find(&mlxp->mlx_pages, &probe, NULL); in mlxcx_teardown_pages()
852 avl_remove(&mlxp->mlx_pages, mdp); in mlxcx_teardown_pages()
878 avl_destroy(&mlxp->mlx_pages); in mlxcx_teardown_pages()
1370 avl_add(&mlxp->mlx_pages, pages[i]); in mlxcx_give_pages()
2813 avl_create(&mlxp->mlx_pages, mlxcx_page_compare, in mlxcx_attach()
H A Dmlxcx.h1191 avl_tree_t mlx_pages; member