Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c479 VERIFY((mlxp->mlx_attach & MLXCX_ATTACH_PORTS) != 0); in mlxcx_load_prop_defaults()
1112 if (mlxp->mlx_attach & MLXCX_ATTACH_PORTS) { in mlxcx_teardown()
1114 mlxp->mlx_attach &= ~MLXCX_ATTACH_PORTS; in mlxcx_teardown()
2916 mlxp->mlx_attach |= MLXCX_ATTACH_PORTS; in mlxcx_attach()
H A Dmlxcx.h1083 MLXCX_ATTACH_PORTS = 1 << 9, enumerator