Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c432 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_82598()
433 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()
527 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_82598()
H A Dixgbe_dcb_82598.c299 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82598()
H A Dixgbe_dcb_82599.c341 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82599()
H A Dixgbe_common.c2833 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_generic()
2834 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()
2910 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3790 u32 low_water[IXGBE_DCB_MAX_TRAFFIC_CLASS]; /* Flow Ctrl Low-water */ member
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c1004 uint_t low_water = dnlc_nentries_low_water; in do_dnlc_reduce_cache() local
1022 low_water = ncsize_min_percent; in do_dnlc_reduce_cache()
1024 low_water = dnlc_nentries - reduce_cnt; in do_dnlc_reduce_cache()
1086 } while (dnlc_nentries > low_water); in do_dnlc_reduce_cache()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h169 int low_water; member
H A Dmyri10ge.c1932 ss->jpool.low_water = allocated / 4; in myri10ge_setup_slice()
1934 ss->jpool.low_water = rx_ring_entries / 2; in myri10ge_setup_slice()
1994 ss->jpool.low_water = 0; in myri10ge_setup_slice()
2038 ss->jpool.low_water = 0; in myri10ge_teardown_slice()
2454 if (num_owned_by_mcp < jpool->low_water) { in myri10ge_rx_done_big()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h497 u32 low_water; /* Flow control low-water mark */ member
H A Digc_mac.c620 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h957 u32 low_water; /* Flow control low-water mark */ member
H A De1000_mac.c1267 fcrtl = hw->fc.low_water; in e1000_set_fc_watermarks_generic()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c1346 hw->fc.low_water = igc->igc_hw.fc.high_water - 16; in igc_hw_common_init()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1454 hw->fc.low_water = hw->fc.high_water - 8; in igb_init_adapter()
1457 hw->fc.low_water = hw->fc.high_water - 16; in igb_init_adapter()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1485 hw->fc.low_water[0] = DEFAULT_FCRTL; in ixgbe_init()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1558 hw->fc.low_water = hw->fc.high_water - 8; in e1000g_init()