Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.h65 u8 *mfw_mb_cur; member
H A Decore_mcp.c106 ((u32 *)p_hwfn->mcp_info->mfw_mb_cur)[i] = in ecore_mcp_read_mb()
169 OSAL_FREE(p_hwfn->p_dev, p_hwfn->mcp_info->mfw_mb_cur); in ecore_mcp_free()
314 p_info->mfw_mb_cur = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); 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()
2178 OSAL_BE32 val = OSAL_CPU_TO_BE32(((u32 *)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.c2579 p_hwfn->mcp_info->mfw_mb_cur, in ecore_resc_setup()
3595 p_hwfn->mcp_info->mfw_mb_cur, in ecore_reset_mb_shadow()