Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
Dqed_mcp.c74 u32 length = MFW_DRV_MSG_MAX_DWORDS(p_hwfn->mcp_info->mfw_mb_length); in qed_mcp_read_mb()
188 p_info->mfw_mb_length = (u16)qed_rd(p_hwfn, p_ptt, in qed_load_mcp_offsets()
198 while (!p_info->mfw_mb_length && --cnt) { in qed_load_mcp_offsets()
200 p_info->mfw_mb_length = in qed_load_mcp_offsets()
262 size = MFW_DRV_MSG_MAX_DWORDS(p_info->mfw_mb_length) * sizeof(u32); in qed_mcp_cmd_init()
2003 for (i = 0; i < info->mfw_mb_length; i++) { in qed_mcp_handle_events()
2069 for (i = 0; i < MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length); i++) { in qed_mcp_handle_events()
2075 MFW_DRV_MSG_MAX_DWORDS(info->mfw_mb_length) * in qed_mcp_handle_events()
2087 memcpy(info->mfw_mb_shadow, info->mfw_mb_cur, info->mfw_mb_length); in qed_mcp_handle_events()
Dqed_mcp.h749 u16 mfw_mb_length; member
Dqed_dev.c2379 p_hwfn->mcp_info->mfw_mb_length); in qed_resc_setup()
2947 p_hwfn->mcp_info->mfw_mb_cur, p_hwfn->mcp_info->mfw_mb_length); in qed_reset_mb_shadow()