Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.c98 u32 length = MFW_DRV_MSG_MAX_DWORDS(p_hwfn->mcp_info->mfw_mb_length); in qed_mcp_read_mb()
212 p_info->mfw_mb_length = (u16)qed_rd(p_hwfn, p_ptt, in qed_load_mcp_offsets()
222 while (!p_info->mfw_mb_length && --cnt) { in qed_load_mcp_offsets()
224 p_info->mfw_mb_length = in qed_load_mcp_offsets()
286 size = MFW_DRV_MSG_MAX_DWORDS(p_info->mfw_mb_length) * sizeof(u32); in qed_mcp_cmd_init()
1702 for (i = 0; i < info->mfw_mb_length; i++) { in qed_mcp_handle_events()
1759 for (i = 0; i < MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length); i++) { in qed_mcp_handle_events()
1765 MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length) * in qed_mcp_handle_events()
1777 memcpy(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in qed_mcp_handle_events()
Dqed_mcp.h658 u16 mfw_mb_length; member
Dqed_dev.c1123 p_hwfn->mcp_info->mfw_mb_length); in qed_resc_setup()
1677 p_hwfn->mcp_info->mfw_mb_cur, p_hwfn->mcp_info->mfw_mb_length); in qed_reset_mb_shadow()