Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h950 #define MCP_DRV_VER_STR_SIZE 16 macro
951 #define MCP_DRV_VER_STR_SIZE_DWORD (MCP_DRV_VER_STR_SIZE / sizeof(u32))
955 u8 name[MCP_DRV_VER_STR_SIZE - 4];
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h185 u8 name[MCP_DRV_VER_STR_SIZE - 4];
H A Decore_mcp.c2500 num_words = (MCP_DRV_VER_STR_SIZE - 4) / 4; in ecore_mcp_send_drv_version()