Searched refs:high_water (Results 1 – 20 of 20) sorted by relevance
336 adapter->hw.fc.high_water = RxFCHighThresh[bd]; in ixgb_check_options()337 ixgb_validate_option(&adapter->hw.fc.high_water, &opt); in ixgb_check_options()339 adapter->hw.fc.high_water = opt.def; in ixgb_check_options()386 if (adapter->hw.fc.high_water < (adapter->hw.fc.low_water + 8)) { in ixgb_check_options()389 adapter->hw.fc.high_water = DEFAULT_FCRTH; in ixgb_check_options()
614 u32 high_water; /* Flow Control High-water */ member
693 IXGB_WRITE_REG(hw, FCRTH, hw->fc.high_water); in ixgb_setup_fc()
28 int low_water,high_water; /* refill parameters */ member
291 hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()293 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()383 hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()385 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_82598()
203 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82598()
235 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82599()
2154 hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2156 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2226 hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2229 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_generic()
3293 u32 high_water[MAX_TRAFFIC_CLASS]; /* Flow Control High-water */ member
5209 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i); in ixgbe_pbthresh_setup()5213 if (hw->fc.low_water[i] > hw->fc.high_water[i]) in ixgbe_pbthresh_setup()5218 hw->fc.high_water[i] = 0; in ixgbe_pbthresh_setup()
213 while (free < zatm_dev->pool_info[pool].high_water) { in refill_pool()619 zatm_dev->pool_info[i].high_water = HIGH_MARK; in start_rx()1493 if (!info.high_water) in zatm_ioctl()1494 info.high_water = zatm_dev-> in zatm_ioctl()1495 pool_info[pool].high_water; in zatm_ioctl()1499 if (info.low_water >= info.high_water || in zatm_ioctl()1505 zatm_dev->pool_info[pool].high_water = in zatm_ioctl()1506 info.high_water; in zatm_ioctl()
180 u32 high_water; /* Flow control high-water mark */ member
101 fcrth = hw->fc.high_water; in igc_set_fc_watermarks()
99 fc->high_water = hwm & 0xFFFFFFF0; /* 16-byte granularity */ in igc_reset()100 fc->low_water = fc->high_water - 16; in igc_reset()
465 u32 high_water; /* Flow control high-water mark */ member
746 fcrth = hw->fc.high_water; in igb_set_fc_watermarks()
2345 fc->high_water = hwm & 0xFFFFFFF0; /* 16-byte granularity */ in igb_reset()2346 fc->low_water = fc->high_water - 16; in igb_reset()
628 u32 high_water; /* Flow control high-water mark */ member
4023 fc->high_water = 0x2800; in e1000e_reset()4024 fc->low_water = fc->high_water - 8; in e1000e_reset()4032 fc->high_water = hwm & E1000_FCRTH_RTH; /* 8-byte granularity */ in e1000e_reset()4033 fc->low_water = fc->high_water - 8; in e1000e_reset()4040 fc->high_water = 0x3500; in e1000e_reset()4043 fc->high_water = 0x5000; in e1000e_reset()4056 fc->high_water = 0x05C20; in e1000e_reset()4063 fc->high_water = ((pba << 10) * 9 / 10) & E1000_FCRTH_RTH; in e1000e_reset()
923 fcrth = hw->fc.high_water; in e1000e_set_fc_watermarks()