Searched refs:mfw_mb_shadow (Results 1 – 3 of 3) sorted by relevance
91 u8 *mfw_mb_shadow; member
194 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info->mfw_mb_shadow); in ecore_mcp_free()338 p_info->mfw_mb_shadow = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_mcp_cmd_init()339 if (p_info->mfw_mb_cur == OSAL_NULL || p_info->mfw_mb_shadow == OSAL_NULL) in ecore_mcp_cmd_init()2171 if (info->mfw_mb_cur[i] == info->mfw_mb_shadow[i]) in ecore_mcp_handle_events()2178 i, info->mfw_mb_shadow[i], info->mfw_mb_cur[i]); in ecore_mcp_handle_events()2259 OSAL_MEMCPY(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in ecore_mcp_handle_events()
2673 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_resc_setup()3680 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_reset_mb_shadow()