Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_power.c416 if (pdev->params.pfunc_abs < ARRSIZE(g_lm_chip_global[0].func_en)) in lm_set_func_en()
418 g_lm_chip_global[bus_num].func_en[pdev->params.pfunc_abs] = b_enable; in lm_set_func_en()
426 if (pfunc_abs < ARRSIZE(g_lm_chip_global[0].func_en)) in lm_get_func_en()
428 return g_lm_chip_global[bus_num].func_en[pfunc_abs]; in lm_get_func_en()
H A Dlm_hw_init_reset.c133 lm_chip_global_t g_lm_chip_global[MAX_PCI_BUS_NUM] = {{0}}; variable
140 SET_FLAGS( g_lm_chip_global[bus_num].flags, flags) ; in lm_reset_set_inprogress()
148 RESET_FLAGS( g_lm_chip_global[bus_num].flags, flags) ; in lm_reset_clear_inprogress()
156 return ( 0 != GET_FLAGS(g_lm_chip_global[bus_num].flags, flags ) ); in lm_pm_reset_is_inprogress()
576 #define LM_GRC_TIMEOUT_MAX_IGNORE ARRSIZE(g_lm_chip_global[0].grc_timeout_val)
583 static const u8_t arr_size = ARRSIZE(g_lm_chip_global[0].grc_timeout_val); in lm_inc_cnt_grc_timeout_ignore()
584 const u8_t idx = g_lm_chip_global[bus_num].cnt_grc_timeout_ignored % arr_size ; in lm_inc_cnt_grc_timeout_ignore()
586 g_lm_chip_global[bus_num].grc_timeout_val[idx] = val; in lm_inc_cnt_grc_timeout_ignore()
588 return ++g_lm_chip_global[bus_num].cnt_grc_timeout_ignored; in lm_inc_cnt_grc_timeout_ignore()
650 SET_FLAGS( g_lm_chip_global[bus_num].flags, flags) ; in lm_set_nig_reset_called()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2342 extern lm_chip_global_t g_lm_chip_global[MAX_PCI_BUS_NUM];