Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_lic.c827 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_V3_IN_LEN, 0); in efx_mcdi_licensing_v3_update_licenses()
835 req.emr_in_length = MC_CMD_LICENSING_V3_IN_LEN; in efx_mcdi_licensing_v3_update_licenses()
863 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_V3_IN_LEN, in efx_mcdi_licensing_v3_report_license()
872 req.emr_in_length = MC_CMD_LICENSING_V3_IN_LEN; in efx_mcdi_licensing_v3_report_license()
H A Defx_regs_mcdi.h19387 #define MC_CMD_LICENSING_V3_IN_LEN 4 macro