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 D | lm_mcp.c | 815 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 D | shmem.h | 126 u32 drv_mb_header; member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_mcp.c | 192 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 D | mcp_public.h | 1145 u32 drv_mb_header; member
|