Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c666 uint32_t app_state; in efx_mcdi_licensed_app_state() local
698 app_state = (MCDI_OUT_DWORD(req, GET_LICENSED_APP_STATE_OUT_STATE)); in efx_mcdi_licensed_app_state()
699 if (app_state != MC_CMD_GET_LICENSED_APP_STATE_OUT_NOT_LICENSED) { in efx_mcdi_licensed_app_state()
928 uint32_t app_state; in efx_mcdi_licensing_v3_app_state() local
958 app_state = (MCDI_OUT_DWORD(req, GET_LICENSED_V3_APP_STATE_OUT_STATE)); in efx_mcdi_licensing_v3_app_state()
959 if (app_state != MC_CMD_GET_LICENSED_V3_APP_STATE_OUT_NOT_LICENSED) { in efx_mcdi_licensing_v3_app_state()