Searched refs:throttle_cfg (Results 1 – 3 of 3) sorted by relevance
381 const char **throttling_group, ThrottleConfig *throttle_cfg, in extract_common_blockdev_options() argument405 if (throttle_cfg) { in extract_common_blockdev_options()406 throttle_config_init(throttle_cfg); in extract_common_blockdev_options()407 throttle_cfg->buckets[THROTTLE_BPS_TOTAL].avg = in extract_common_blockdev_options()409 throttle_cfg->buckets[THROTTLE_BPS_READ].avg = in extract_common_blockdev_options()411 throttle_cfg->buckets[THROTTLE_BPS_WRITE].avg = in extract_common_blockdev_options()413 throttle_cfg->buckets[THROTTLE_OPS_TOTAL].avg = in extract_common_blockdev_options()415 throttle_cfg->buckets[THROTTLE_OPS_READ].avg = in extract_common_blockdev_options()417 throttle_cfg->buckets[THROTTLE_OPS_WRITE].avg = in extract_common_blockdev_options()420 throttle_cfg->buckets[THROTTLE_BPS_TOTAL].max = in extract_common_blockdev_options()[all …]
3846 BFA_DCONF_MOD(bfa)->dconf->throttle_cfg.value = value; in bfa_fcpim_write_throttle()3847 BFA_DCONF_MOD(bfa)->dconf->throttle_cfg.is_valid = 1; in bfa_fcpim_write_throttle()3857 struct bfa_throttle_cfg_s *throttle_cfg = in bfa_fcpim_read_throttle() local3858 &(BFA_DCONF_MOD(bfa)->dconf->throttle_cfg); in bfa_fcpim_read_throttle()3861 ((throttle_cfg->is_valid == 1) ? (throttle_cfg->value) : 0) : 0); in bfa_fcpim_read_throttle()
778 struct bfa_throttle_cfg_s throttle_cfg; member