Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c465 static void *mlxcx_softstate; variable
1202 ddi_soft_state_free(mlxcx_softstate, mlxp->mlx_inst); in mlxcx_teardown()
2759 ret = ddi_soft_state_zalloc(mlxcx_softstate, inst); in mlxcx_attach()
2763 mlxp = ddi_get_soft_state(mlxcx_softstate, inst); in mlxcx_attach()
3070 ret = ddi_soft_state_init(&mlxcx_softstate, sizeof (mlxcx_t), 0); in _init()
3079 ddi_soft_state_fini(&mlxcx_softstate); in _init()
3103 ddi_soft_state_fini(&mlxcx_softstate); in _fini()