Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c722 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_IN_LEN, 0); in efx_mcdi_licensing_update_licenses()
729 req.emr_in_length = MC_CMD_LICENSING_IN_LEN; in efx_mcdi_licensing_update_licenses()
764 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_IN_LEN, in efx_mcdi_licensing_get_key_stats()
772 req.emr_in_length = MC_CMD_LICENSING_IN_LEN; in efx_mcdi_licensing_get_key_stats()
H A Defx_regs_mcdi.h19331 #define MC_CMD_LICENSING_IN_LEN 4 macro