Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1660 #define FW_MSG_CODE_NVM_OK 0x00010000 macro
H A Decore_mcp.c3369 if (resp != FW_MSG_CODE_NVM_OK) { in ecore_mcp_nvm_read()
3526 resp != FW_MSG_CODE_NVM_OK && in ecore_mcp_nvm_write()
3985 if ((resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_mcp_get_mba_versions()
H A Decore_dbg_fw_funcs.c4456 if (nvm_result || (ret_mcp_resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_find_nvram_image()
4493 if ((ret_mcp_resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_nvram_read()