Searched refs:s_pwrite_threshold (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h89 int8_t s_pwrite_threshold; member in struct:db_ctrl
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c200 static int8_t s_pwrite_threshold = DEF_INVALID_REG_VAL; variable
777 dbp->s_pwrite_threshold = (int8_t)ddi_prop_get_int(DDI_DEV_T_ANY,
778 dbp->dip, 0, "s-pwrite-threshold", s_pwrite_threshold);
825 if ((dbp->s_pwrite_threshold != (int8_t)DEF_INVALID_REG_VAL) &&
826 (dbp->s_pwrite_threshold != -1))
832 (dbp->s_pwrite_threshold?S_PW_THRESHOLD:0));

Completed in 51 milliseconds