Home
last modified time | relevance | path

Searched full:clr_ecr (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c657 uint64_t *clr_ecr; in tavor_eq_poll() local
668 /* Find the pointer to the clr_ECR register */ in tavor_eq_poll()
669 clr_ecr = state->ts_cmd_regs.clr_ecr; in tavor_eq_poll()
688 ddi_put64(state->ts_reg_cmdhdl, clr_ecr, ecr_mask); in tavor_eq_poll()
775 ddi_put64(state->ts_reg_cmdhdl, clr_ecr, ecr_mask); in tavor_eq_poll()
H A Dtavor.c1229 /* Setup Tavor Event Cause Register (ecr and clr_ecr) */ in tavor_hw_init()
1232 state->ts_cmd_regs.clr_ecr = (uint64_t *) in tavor_hw_init()
/titanic_53/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h328 uint64_t *clr_ecr; member