Searched refs:high_water (Results 1 – 13 of 13) sorted by relevance
28 int low_water,high_water; /* refill parameters */ member
195 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()
5479 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i); in ixgbe_pbthresh_setup()5483 if (hw->fc.low_water[i] > hw->fc.high_water[i]) in ixgbe_pbthresh_setup()5488 hw->fc.high_water[i] = 0; in ixgbe_pbthresh_setup()
1233 wx->fc.high_water = wx_hpbthresh(wx); in wx_pbthresh_setup()1237 if (wx->fc.low_water > wx->fc.high_water) in wx_pbthresh_setup()2229 if (tx_pause && wx->fc.high_water) { in wx_fc_enable()2230 if (!wx->fc.low_water || wx->fc.low_water >= wx->fc.high_water) { in wx_fc_enable()2253 if (tx_pause && wx->fc.high_water) { in wx_fc_enable()2256 fcrth = (wx->fc.high_water << 10) | WX_RDB_RFCH_XOFFE; in wx_fc_enable()
994 u32 high_water; /* Flow Ctrl High-water */ member
465 u32 high_water; /* Flow control high-water mark */ member
777 fcrth = hw->fc.high_water; in igb_set_fc_watermarks()
2351 fc->high_water = hwm & 0xFFFFFFF0; /* 16-byte granularity */ in igb_reset()2352 fc->low_water = fc->high_water - 16; in igb_reset()
674 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()4062 fc->high_water = 0x05C20; in e1000e_reset()4069 fc->high_water = ((pba << 10) * 9 / 10) & E1000_FCRTH_RTH; in e1000e_reset()
921 fcrth = hw->fc.high_water; in e1000e_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()