Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c759 enum _ecore_status_t ecore_mcp_nvm_rd_cmd(struct ecore_hwfn *p_hwfn, in ecore_mcp_nvm_rd_cmd() function
3357 rc = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, in ecore_mcp_nvm_read()
3405 rc = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, in ecore_mcp_phy_read()
3618 rc = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, in ecore_mcp_phy_sfp_read()
3828 rc = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_BIST_TEST, in ecore_mcp_bist_nvm_test_get_image_att()
3978 rc = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_GET_MBA_VERSION, in ecore_mcp_get_mba_versions()
H A Decore_mcp_api.h1092 enum _ecore_status_t ecore_mcp_nvm_rd_cmd(struct ecore_hwfn *p_hwfn,
H A Decore_dbg_fw_funcs.c4453 …nvm_result = ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_GET_FILE_ATT, image_type, &ret_m… in ecore_find_nvram_image()
4489 …if (ecore_mcp_nvm_rd_cmd(p_hwfn, p_ptt, DRV_MSG_CODE_NVM_READ_NVRAM, (nvram_offset_bytes + read_of… in ecore_nvram_read()