Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_intr.c101 kmem_free(mlxp->mlx_eqs, mlxp->mlx_eqs_size); in mlxcx_intr_teardown()
1300 mlxp->mlx_eqs_size = mlxp->mlx_intr_count * in mlxcx_intr_setup()
1302 mlxp->mlx_eqs = kmem_zalloc(mlxp->mlx_eqs_size, KM_SLEEP); in mlxcx_intr_setup()
H A Dmlxcx.h1179 size_t mlx_eqs_size; /* allocation size */ member