Searched refs:nvm_cmd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.c | 3478 u32 buf_idx, buf_size, nvm_cmd, nvm_offset, resp = 0, param; in ecore_mcp_nvm_write() local 3489 nvm_cmd = DRV_MSG_CODE_NVM_PUT_FILE_DATA; in ecore_mcp_nvm_write() 3492 nvm_cmd = DRV_MSG_CODE_NVM_WRITE_NVRAM; in ecore_mcp_nvm_write() 3495 nvm_cmd = DRV_MSG_CODE_EXT_PHY_FW_UPGRADE; in ecore_mcp_nvm_write() 3498 nvm_cmd = DRV_MSG_CODE_ENCRYPT_PASSWORD; in ecore_mcp_nvm_write() 3514 rc = ecore_mcp_nvm_wr_cmd(p_hwfn, p_ptt, nvm_cmd, nvm_offset, in ecore_mcp_nvm_write() 3556 u32 resp, param, nvm_cmd; in ecore_mcp_phy_write() local 3563 nvm_cmd = (cmd == ECORE_PHY_CORE_WRITE) ? DRV_MSG_CODE_PHY_CORE_WRITE : in ecore_mcp_phy_write() 3565 rc = ecore_mcp_nvm_wr_cmd(p_hwfn, p_ptt, nvm_cmd, addr, in ecore_mcp_phy_write()
|