Searched refs:nvm_cmd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_mcp.c | 3480 u32 buf_idx, buf_size, nvm_cmd, nvm_offset, resp = 0, param; in ecore_mcp_nvm_write() local 3491 nvm_cmd = DRV_MSG_CODE_NVM_PUT_FILE_DATA; in ecore_mcp_nvm_write() 3494 nvm_cmd = DRV_MSG_CODE_NVM_WRITE_NVRAM; in ecore_mcp_nvm_write() 3497 nvm_cmd = DRV_MSG_CODE_EXT_PHY_FW_UPGRADE; in ecore_mcp_nvm_write() 3500 nvm_cmd = DRV_MSG_CODE_ENCRYPT_PASSWORD; in ecore_mcp_nvm_write() 3516 rc = ecore_mcp_nvm_wr_cmd(p_hwfn, p_ptt, nvm_cmd, nvm_offset, in ecore_mcp_nvm_write() 3558 u32 resp, param, nvm_cmd; in ecore_mcp_phy_write() local 3565 nvm_cmd = (cmd == ECORE_PHY_CORE_WRITE) ? DRV_MSG_CODE_PHY_CORE_WRITE : in ecore_mcp_phy_write() 3567 rc = ecore_mcp_nvm_wr_cmd(p_hwfn, p_ptt, nvm_cmd, addr, in ecore_mcp_phy_write()
|