Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore.h81 ECORE_NVM_DEL_FILE = DRV_MSG_CODE_NVM_DEL_FILE,
H A Decore_mcp.c2980 params.nvm_common.cmd = DRV_MSG_CODE_NVM_DEL_FILE; in ecore_mcp_nvm_del_file()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1191 #define DRV_MSG_CODE_NVM_DEL_FILE 0x00080000 /* Delete a file from nvram. Param is image_type. */ macro