Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.h95 u16 mfw_mb_length; member
H A Decore_mcp.c113 u32 length = MFW_DRV_MSG_MAX_DWORDS(p_hwfn->mcp_info->mfw_mb_length); in ecore_mcp_read_mb()
186 p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt, in ecore_load_mcp_offsets()
226 size = MFW_DRV_MSG_MAX_DWORDS(p_info->mfw_mb_length) * sizeof(u32); in ecore_mcp_cmd_init()
1883 for (i = 0; i < info->mfw_mb_length; i++) { in ecore_mcp_handle_events()
1946 for (i = 0; i < MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length); i++) { in ecore_mcp_handle_events()
1952 MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length) * in ecore_mcp_handle_events()
1963 OSAL_MEMCPY(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in ecore_mcp_handle_events()
H A Decore_dev.c1090 p_hwfn->mcp_info->mfw_mb_length); in ecore_resc_setup()
2088 p_hwfn->mcp_info->mfw_mb_length); in ecore_reset_mb_shadow()