Searched refs:throttle_cfg (Results 1 – 2 of 2) sorted by relevance
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()
774 struct bfa_throttle_cfg_s throttle_cfg; member