Home
last modified time | relevance | path

Searched refs:drv_mb_header (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_mcp.c815 offset = OFFSETOF(shmem_region_t, func_mb[func_mb_id].drv_mb_header); in lm_mcp_cmd_init()
911 offset = OFFSETOF(shmem_region_t, func_mb[func_mb_id].drv_mb_header) ; in lm_mcp_cmd_send()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h126 u32 drv_mb_header; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.c192 p_info->drv_mb_seq = DRV_MB_RD(p_hwfn, p_ptt, drv_mb_header) & in ecore_load_mcp_offsets()
320 DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (DRV_MSG_CODE_MCP_RESET | seq)); in ecore_mcp_reset()
381 actual_mb_seq = DRV_MB_RD(p_hwfn, p_ptt, drv_mb_header) & in ecore_do_mcp_cmd()
399 DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (cmd | seq)); in ecore_do_mcp_cmd()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h1145 u32 drv_mb_header; member