Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_mcp.h92 u16 mfw_mb_length; member
HDecore_mcp.c113 u32 length = MFW_DRV_MSG_MAX_DWORDS(p_hwfn->mcp_info->mfw_mb_length); in ecore_mcp_read_mb()
248 p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt, in ecore_load_mcp_offsets()
259 while (!p_info->mfw_mb_length && cnt--) { in ecore_load_mcp_offsets()
261 p_info->mfw_mb_length = (u16)ecore_rd(p_hwfn, p_ptt, in ecore_load_mcp_offsets()
336 size = MFW_DRV_MSG_MAX_DWORDS(p_info->mfw_mb_length) * sizeof(u32); in ecore_mcp_cmd_init()
2170 for (i = 0; i < info->mfw_mb_length; i++) { in ecore_mcp_handle_events()
2242 for (i = 0; i < MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length); i++) { in ecore_mcp_handle_events()
2248 MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length) * 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()
HDecore_dev.c2675 p_hwfn->mcp_info->mfw_mb_length); in ecore_resc_setup()
3682 p_hwfn->mcp_info->mfw_mb_length); in ecore_reset_mb_shadow()