Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.h718 MLXCX_RQT_DESTROYED = 1 << 1, enumerator
H A Dmlxcx_cmd.c3657 VERIFY0(mlrqt->mlrqt_state & MLXCX_RQT_DESTROYED); in mlxcx_cmd_destroy_rqt()
3673 mlrqt->mlrqt_state |= MLXCX_RQT_DESTROYED; in mlxcx_cmd_destroy_rqt()
H A Dmlxcx_ring.c624 !(g->mlg_rqt->mlrqt_state & MLXCX_RQT_DESTROYED)) { in mlxcx_teardown_rx_group()