Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.c888 u32 tw_system, ltrc, ltrv, ltr_min, ltr_max, scale_min, scale_max; in igc_set_ltr_i225() local
962 ltrv = IGC_READ_REG(hw, IGC_LTRMINV); in igc_set_ltr_i225()
963 if (ltr_min != (ltrv & IGC_LTRMINV_LTRV_MASK)) { in igc_set_ltr_i225()
964 ltrv = IGC_LTRMINV_LSNP_REQ | ltr_min | in igc_set_ltr_i225()
966 IGC_WRITE_REG(hw, IGC_LTRMINV, ltrv); in igc_set_ltr_i225()
969 ltrv = IGC_READ_REG(hw, IGC_LTRMAXV); in igc_set_ltr_i225()
970 if (ltr_max != (ltrv & IGC_LTRMAXV_LTRV_MASK)) { in igc_set_ltr_i225()
971 ltrv = IGC_LTRMAXV_LSNP_REQ | ltr_max | in igc_set_ltr_i225()
973 IGC_WRITE_REG(hw, IGC_LTRMAXV, ltrv); in igc_set_ltr_i225()