Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c2134 enum _ecore_status_t rc = ECORE_SUCCESS, mfw_rc; in ecore_hw_init() local
2249 mfw_rc = ecore_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_init()
2258 if (mfw_rc != ECORE_SUCCESS) { in ecore_hw_init()
2261 return mfw_rc; in ecore_hw_init()
2272 mfw_rc = ecore_mcp_cmd(p_hwfn, p_hwfn->p_main_ptt, in ecore_hw_init()
2276 if (mfw_rc != ECORE_SUCCESS) { in ecore_hw_init()
2279 return mfw_rc; in ecore_hw_init()