Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h91 int8_t s_dread_threshold; member
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c224 static int8_t s_dread_threshold = DEF_INVALID_REG_VAL; variable
781 dbp->s_dread_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY, in db_get_perf_parameters()
782 dbp->dip, 0, "s-dread-threshold", s_dread_threshold); in db_get_perf_parameters()
844 if ((dbp->s_dread_threshold != (int8_t)DEF_INVALID_REG_VAL) && in db_set_perf_parameters()
845 (dbp->s_dread_threshold != -1)) in db_set_perf_parameters()
851 ((dbp->s_dread_threshold & in db_set_perf_parameters()