Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1028 #define MCP_DRV_VER_STR_SIZE 16 macro
1029 #define MCP_DRV_VER_STR_SIZE_DWORD (MCP_DRV_VER_STR_SIZE / sizeof(u32))
1033 u8 name[MCP_DRV_VER_STR_SIZE - 4];
H A Decore_mcp_api.h154 u8 name[MCP_DRV_VER_STR_SIZE - 4];
H A Decore_mcp.c2964 num_words = (MCP_DRV_VER_STR_SIZE - 4) / 4; in ecore_mcp_send_drv_version()