Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1192 #define DRV_MSG_CODE_MCP_RESET 0x00090000 /* Reset MCP when no NVM operation is going on, and no … macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c314 rc = ecore_mcp_mb_lock(p_hwfn, DRV_MSG_CODE_MCP_RESET); in ecore_mcp_reset()
320 DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (DRV_MSG_CODE_MCP_RESET | seq)); in ecore_mcp_reset()
339 ecore_mcp_mb_unlock(p_hwfn, DRV_MSG_CODE_MCP_RESET); in ecore_mcp_reset()