Lines Matching refs:tval
255 int tval; in mpt_set_options() local
257 tval = 0; in mpt_set_options()
259 device_get_unit(mpt->dev), "debug", &tval) == 0 && tval != 0) { in mpt_set_options()
260 mpt->verbose = tval; in mpt_set_options()
262 tval = -1; in mpt_set_options()
264 device_get_unit(mpt->dev), "role", &tval) == 0 && tval >= 0 && in mpt_set_options()
265 tval <= 3) { in mpt_set_options()
266 mpt->cfg_role = tval; in mpt_set_options()
269 tval = 0; in mpt_set_options()
274 device_get_unit(mpt->dev), "msi_enable", &tval) == 0) { in mpt_set_options()
275 mpt->msi_enable = tval; in mpt_set_options()