Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c691 static const u32_t reg_arr_ftq[] = { NIG_REG_EGRESS_MNG0_FIFO_EMPTY, in lm_reset_path() local
696 …static const u32_t ftq_mask = ( 1 << ARRSIZE(reg_arr_ftq) ) - 1 ; // we need all regs to be… in lm_reset_path()
731 for( idx = 0; idx < ARRSIZE(reg_arr_ftq); idx++ ) in lm_reset_path()
733 offset = reg_arr_ftq[idx]; in lm_reset_path()