Searched refs:lm_hw_lock_table (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_access.c1462 static const u32_t lm_hw_lock_table[8] = { variable
1506 DbgBreakIf(func >= ARRSIZE(lm_hw_lock_table));
1507 hw_lock_cntr_reg = lm_hw_lock_table[func];
1564 DbgBreakIf(func >= ARRSIZE(lm_hw_lock_table));
1565 hw_lock_cntr_reg = lm_hw_lock_table[func];
1625 DbgBreakIf(func >= ARRSIZE(lm_hw_lock_table));
1626 hw_lock_cntr_reg = lm_hw_lock_table[func];

Completed in 46 milliseconds