Searched refs:LM_SHMEM2_WRITE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_attn.c | 1323 …LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t, drv_info_host_addr_lo), pdev->vars.stats.stats_col… in lm_stats_drv_info_to_mfw_event() 1324 …LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t, drv_info_host_addr_hi), pdev->vars.stats.stats_col… in lm_stats_drv_info_to_mfw_event() 1601 …LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t,drv_ack_vf_disabled[FUNC_MAILBOX_ID(pdev)][i]), mcp… in lm_generic_event()
|
H A D | lm_mcp.c | 1177 LM_SHMEM2_WRITE(pdev, shmem_offset, drv_cap_shmem); in lm_mcp_indicate_client_imp()
|
H A D | lm_hw_init_reset.c | 4312 LM_SHMEM2_WRITE(pdev, temp, val ); in init_common_part() 4319 LM_SHMEM2_WRITE(pdev, OFFSETOF( shmem2_region_t, afex_driver_support), in init_common_part() 4327 …LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t, drv_capabilities_flag[FUNC_MAILBOX_ID(pdev)]), DRV… in init_common_part() 4413 …LM_SHMEM2_WRITE(pdev, OFFSETOF(shmem2_region_t, drv_capabilities_flag[func_mb_id]), DRV_FLAGS_CAPA… in init_function_part()
|
H A D | lm_devinfo.c | 4120 … LM_SHMEM2_WRITE(pdev, offset, pdev->lm_cli_drv_ver_to_shmem.cli_drv_ver.versions[index]); in lm_set_cli_drv_ver_to_shmem()
|
H A D | lm_dcbx.c | 2686 LM_SHMEM2_WRITE(pdev, offset, val); in lm_dcbx_write_shmem2_mcp_fields()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 4225 #define LM_SHMEM2_WRITE(_pdev,_offset,_val) LM_SHMEM_WRITE_IMP(_pdev,_offset,_val,shmem_base2); macro
|