Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_lic.c742 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_IN_LEN, 0); in efx_mcdi_licensing_update_licenses()
749 req.emr_in_length = MC_CMD_LICENSING_IN_LEN; in efx_mcdi_licensing_update_licenses()
784 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_IN_LEN, in efx_mcdi_licensing_get_key_stats()
792 req.emr_in_length = MC_CMD_LICENSING_IN_LEN; in efx_mcdi_licensing_get_key_stats()
H A Defx_regs_mcdi.h13860 #define MC_CMD_LICENSING_IN_LEN 4 macro