Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDmcp_public.h1667 #define FW_MSG_CODE_NVM_OK 0x00010000 macro
HDecore_mcp.c3372 if (resp != FW_MSG_CODE_NVM_OK) { in ecore_mcp_nvm_read()
3529 resp != FW_MSG_CODE_NVM_OK && in ecore_mcp_nvm_write()
3988 if ((resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_mcp_get_mba_versions()
HDecore_dbg_fw_funcs.c4478 if (nvm_result || (ret_mcp_resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_find_nvram_image()
4515 if ((ret_mcp_resp & FW_MSG_CODE_MASK) != FW_MSG_CODE_NVM_OK) in ecore_nvram_read()