Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h233 #define GET_MIM_MAX_SIZE(is_asic, is_e4) ((!is_asic) ? FPGA_MIM_MAX_SIZE : ((is_e4) ? LEGACY_ASIC_… argument
234 …efine GET_MIM_OFFSET(idx, is_asic, is_e4) (NVM_OFFSET(dir[MAX_MFW_BUNDLES]) + ((idx == NVM_TYPE_MI… argument
235 #define GET_NVM_FIXED_AREA_SIZE(is_asic, is_e4) (sizeof(struct nvm_image) + GET_MIM_MAX_SIZE(is_asi… argument
H A Decore_dbg_fw_funcs.c4050 bool is_asic, parities_masked = false; in ecore_grc_dump() local
4054 is_asic = dev_data->platform_id == PLATFORM_ASIC; in ecore_grc_dump()
4088 if (dump && is_asic && !ecore_grc_get_param(p_hwfn, DBG_GRC_PARAM_NO_MCP)) { in ecore_grc_dump()
4164 if (is_asic) in ecore_grc_dump()