Home
last modified time | relevance | path

Searched refs:mfw_mb_shadow (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.h66 u8 *mfw_mb_shadow; member
H A Decore_mcp.c170 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info->mfw_mb_shadow); in ecore_mcp_free()
315 p_info->mfw_mb_shadow = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_mcp_cmd_init()
316 if (!p_info->mfw_mb_shadow || !p_info->mfw_mb_addr) in ecore_mcp_cmd_init()
2109 if (info->mfw_mb_cur[i] == info->mfw_mb_shadow[i]) in ecore_mcp_handle_events()
2116 i, info->mfw_mb_shadow[i], info->mfw_mb_cur[i]); in ecore_mcp_handle_events()
2195 OSAL_MEMCPY(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in ecore_mcp_handle_events()
H A Decore_dev.c2578 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_resc_setup()
3594 OSAL_MEMCPY(p_hwfn->mcp_info->mfw_mb_shadow, in ecore_reset_mb_shadow()