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
362 #define HWM_RX_CHECK(smc,low_water) {\ argument363 if ((low_water) >= (smc)->hw.fp.rx_q[QUEUE_R1].rx_used) {\368 #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()617 zatm_dev->pool_info[i].low_water = LOW_MARK; in start_rx()1491 if (!info.low_water) in zatm_ioctl()1492 info.low_water = zatm_dev-> in zatm_ioctl()1493 pool_info[pool].low_water; in zatm_ioctl()1500 if (info.low_water >= info.high_water || in zatm_ioctl()1501 info.low_water < 0) in zatm_ioctl()1504 zatm_dev->pool_info[pool].low_water = in zatm_ioctl()1505 info.low_water; in zatm_ioctl()
317 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_82598()318 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()409 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()
2179 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_generic()2180 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_generic()2251 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE; in ixgbe_fc_enable_generic()
3272 u32 low_water[MAX_TRAFFIC_CLASS]; /* Flow Control Low-water */ member
5102 hw->fc.low_water[i] = ixgbe_lpbthresh(adapter, i); in ixgbe_pbthresh_setup()5105 if (hw->fc.low_water[i] > hw->fc.high_water[i]) in ixgbe_pbthresh_setup()5106 hw->fc.low_water[i] = 0; in ixgbe_pbthresh_setup()
485 u32 low_water; /* Flow control low-water mark */ member
762 fcrtl = hw->fc.low_water; in igb_set_fc_watermarks()
1960 fc->low_water = fc->high_water - 16; in igb_reset()
647 u32 low_water; /* Flow control low-water mark */ member
4041 fc->low_water = fc->high_water - 8; in e1000e_reset()4050 fc->low_water = fc->high_water - 8; in e1000e_reset()4058 fc->low_water = 0x1500; in e1000e_reset()4061 fc->low_water = 0x3000; in e1000e_reset()4073 fc->low_water = 0x05048; in e1000e_reset()4081 fc->low_water = ((pba << 10) * 8 / 10) & E1000_FCRTL_RTL; in e1000e_reset()
937 fcrtl = hw->fc.low_water; in e1000e_set_fc_watermarks()
1880 int low_water = test_req_buffer_pressure ? 0 : in ptlrpc_check_rqbd_pool() local1891 if (avail <= low_water) in ptlrpc_check_rqbd_pool()