Searched refs:tmpsel (Results 1 – 2 of 2) sorted by relevance
1731 uint8_t tmpsel; /* Threshold Temperature Select */ in nvme_feature_temperature() local1737 tmpsel = (command->cdw11 >> 16) & 0xf; in nvme_feature_temperature()1740 DPRINTF("%s: tmpth=%#x tmpsel=%#x thsel=%#x", __func__, tmpth, tmpsel, thsel); in nvme_feature_temperature()1743 if (((tmpsel != 0) && (tmpsel != 0xf)) || in nvme_feature_temperature()
2414 const char *label, uint16_t tmpsel, uint16_t thsel) in do_get_feat_temp_thresh_one() argument2422 tt.b.tt_tmpsel = tmpsel; in do_get_feat_temp_thresh_one()