Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Defx_lic.c847 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_V3_IN_LEN, 0); in efx_mcdi_licensing_v3_update_licenses()
855 req.emr_in_length = MC_CMD_LICENSING_V3_IN_LEN; in efx_mcdi_licensing_v3_update_licenses()
883 EFX_MCDI_DECLARE_BUF(payload, MC_CMD_LICENSING_V3_IN_LEN, in efx_mcdi_licensing_v3_report_license()
892 req.emr_in_length = MC_CMD_LICENSING_V3_IN_LEN; in efx_mcdi_licensing_v3_report_license()
H A Defx_regs_mcdi.h13915 #define MC_CMD_LICENSING_V3_IN_LEN 4 macro