Searched refs:high_water (Results 1 – 17 of 17) sorted by relevance
361 adapter->hw.fc.high_water = RxFCHighThresh[bd]; in ixgb_check_options()362 ixgb_validate_option(&adapter->hw.fc.high_water, &opt); in ixgb_check_options()364 adapter->hw.fc.high_water = opt.def; in ixgb_check_options()411 if (adapter->hw.fc.high_water < (adapter->hw.fc.low_water + 8)) { in ixgb_check_options()414 adapter->hw.fc.high_water = DEFAULT_FCRTH; in ixgb_check_options()
639 u32 high_water; /* Flow Control High-water */ member
718 IXGB_WRITE_REG(hw, FCRTH, hw->fc.high_water); in ixgb_setup_fc()
27 int low_water,high_water; /* refill parameters */ member
340 hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()342 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()432 hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()434 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_82598()
220 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82598()
258 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_dcb_config_pfc_82599()
2079 hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2081 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2151 hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2154 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; in ixgbe_fc_enable_generic()
2906 u32 high_water[MAX_TRAFFIC_CLASS]; /* Flow Control High-water */ member
4391 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i); in ixgbe_pbthresh_setup()4395 if (hw->fc.low_water[i] > hw->fc.high_water[i]) in ixgbe_pbthresh_setup()4400 hw->fc.high_water[i] = 0; in ixgbe_pbthresh_setup()
211 while (free < zatm_dev->pool_info[pool].high_water) { in refill_pool()616 zatm_dev->pool_info[i].high_water = HIGH_MARK; in start_rx()1487 if (!info.high_water) in zatm_ioctl()1488 info.high_water = zatm_dev-> in zatm_ioctl()1489 pool_info[pool].high_water; in zatm_ioctl()1493 if (info.low_water >= info.high_water || in zatm_ioctl()1499 zatm_dev->pool_info[pool].high_water = in zatm_ioctl()1500 info.high_water; in zatm_ioctl()
482 u32 high_water; /* Flow control high-water mark */ member
693 fcrth = hw->fc.high_water; in igb_set_fc_watermarks()
1957 fc->high_water = hwm & 0xFFFFFFF0; /* 16-byte granularity */ in igb_reset()1958 fc->low_water = fc->high_water - 16; in igb_reset()
632 u32 high_water; /* Flow control high-water mark */ member
3874 fc->high_water = 0x2800; in e1000e_reset()3875 fc->low_water = fc->high_water - 8; in e1000e_reset()3883 fc->high_water = hwm & E1000_FCRTH_RTH; /* 8-byte granularity */ in e1000e_reset()3884 fc->low_water = fc->high_water - 8; in e1000e_reset()3891 fc->high_water = 0x3500; in e1000e_reset()3894 fc->high_water = 0x5000; in e1000e_reset()3905 fc->high_water = 0x05C20; in e1000e_reset()3913 fc->high_water = ((pba << 10) * 9 / 10) & E1000_FCRTH_RTH; in e1000e_reset()
941 fcrth = hw->fc.high_water; in e1000e_set_fc_watermarks()