Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_lic.c713 uint32_t app_state; in efx_mcdi_licensed_app_state() local
746 app_state = (MCDI_OUT_DWORD(req, GET_LICENSED_APP_STATE_OUT_STATE)); in efx_mcdi_licensed_app_state()
747 if (app_state != MC_CMD_GET_LICENSED_APP_STATE_OUT_NOT_LICENSED) { in efx_mcdi_licensed_app_state()
978 uint32_t app_state; in efx_mcdi_licensing_v3_app_state() local
1007 app_state = (MCDI_OUT_DWORD(req, GET_LICENSED_V3_APP_STATE_OUT_STATE)); in efx_mcdi_licensing_v3_app_state()
1008 if (app_state != MC_CMD_GET_LICENSED_V3_APP_STATE_OUT_NOT_LICENSED) { in efx_mcdi_licensing_v3_app_state()