Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c563 uint64_t ecrreg, int_mask; in tavor_isr() local
585 ecrreg = ddi_get64(state->ts_reg_cmdhdl, ecr); in tavor_isr()
595 while (ecrreg != 0x0) { in tavor_isr()
596 if (ecrreg & 0x1) { in tavor_isr()
600 ecrreg = ecrreg >> 1; in tavor_isr()
619 ecrreg = ddi_get64(state->ts_reg_cmdhdl, ecr); in tavor_isr()
621 } while (ecrreg != 0x0); in tavor_isr()