Searched refs:low_water (Results 1 – 18 of 18) sorted by relevance
380 adapter->hw.fc.low_water = RxFCLowThresh[bd]; in ixgb_check_options()381 ixgb_validate_option(&adapter->hw.fc.low_water, &opt); in ixgb_check_options()383 adapter->hw.fc.low_water = opt.def; in ixgb_check_options()411 if (adapter->hw.fc.high_water < (adapter->hw.fc.low_water + 8)) { in ixgb_check_options()415 adapter->hw.fc.low_water = DEFAULT_FCRTL; in ixgb_check_options()
714 (hw->fc.low_water | IXGB_FCRTL_XONE)); in ixgb_setup_fc()716 IXGB_WRITE_REG(hw, FCRTL, hw->fc.low_water); in ixgb_setup_fc()
640 u32 low_water; /* Flow Control Low-water */ member
350 #define HWM_RX_CHECK(smc,low_water) {\ argument351 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\356 #define HWM_RX_CHECK(smc,low_water) mac_drv_fill_rxd(smc) argument
205 if (free >= zatm_dev->pool_info[pool].low_water) return; in refill_pool()292 zpokel(zatm_dev,((zatm_dev->pool_info[pool].low_water/4) << in use_pool()616 zatm_dev->pool_info[i].low_water = LOW_MARK; in start_rx()1489 if (!info.low_water) in zatm_ioctl()1490 info.low_water = zatm_dev-> in zatm_ioctl()1491 pool_info[pool].low_water; in zatm_ioctl()1498 if (info.low_water >= info.high_water || in zatm_ioctl()1499 info.low_water < 0) in zatm_ioctl()1502 zatm_dev->pool_info[pool].low_water = in zatm_ioctl()1503 info.low_water; in zatm_ioctl()
341 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_82598()342 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()433 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_82598()
219 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82598()
259 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_dcb_config_pfc_82599()
2097 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_generic()2098 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2169 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()
3127 u32 low_water[MAX_TRAFFIC_CLASS]; /* Flow Control Low-water */ member
4503 hw->fc.low_water[i] = ixgbe_lpbthresh(adapter, i); in ixgbe_pbthresh_setup()4506 if (hw->fc.low_water[i] > hw->fc.high_water[i]) in ixgbe_pbthresh_setup()4507 hw->fc.low_water[i] = 0; in ixgbe_pbthresh_setup()
483 u32 low_water; /* Flow control low-water mark */ member
689 fcrtl = hw->fc.low_water; in igb_set_fc_watermarks()
1955 fc->low_water = fc->high_water - 16; in igb_reset()
633 u32 low_water; /* Flow control low-water mark */ member
3997 fc->low_water = fc->high_water - 8; in e1000e_reset()4006 fc->low_water = fc->high_water - 8; in e1000e_reset()4014 fc->low_water = 0x1500; in e1000e_reset()4017 fc->low_water = 0x3000; in e1000e_reset()4028 fc->low_water = 0x05048; in e1000e_reset()4036 fc->low_water = ((pba << 10) * 8 / 10) & E1000_FCRTL_RTL; in e1000e_reset()
942 fcrtl = hw->fc.low_water; in e1000e_set_fc_watermarks()
1848 int low_water = test_req_buffer_pressure ? 0 : in ptlrpc_check_rqbd_pool() local1858 if (avail <= low_water) in ptlrpc_check_rqbd_pool()