Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c3018 VERIFY0(mlfg->mlfg_state & MLXCX_FLOW_GROUP_CREATED); in mlxcx_cmd_create_flow_group()
3107 mlfg->mlfg_state |= MLXCX_FLOW_GROUP_CREATED; in mlxcx_cmd_create_flow_group()
3130 VERIFY(mlfg->mlfg_state & MLXCX_FLOW_GROUP_CREATED); in mlxcx_cmd_destroy_flow_group()
3183 VERIFY(mlfg->mlfg_state & MLXCX_FLOW_GROUP_CREATED); in mlxcx_cmd_set_flow_table_entry()
H A Dmlxcx.h757 MLXCX_FLOW_GROUP_CREATED = 1 << 0, enumerator
H A Dmlxcx.c956 if (fg->mlfg_state & MLXCX_FLOW_GROUP_CREATED && in mlxcx_teardown_flow_table()