Searched refs:throttle_cfg (Results 1 – 2 of 2) sorted by relevance
3795 BFA_DCONF_MOD(bfa)->dconf->throttle_cfg.value = value; in bfa_fcpim_write_throttle()3796 BFA_DCONF_MOD(bfa)->dconf->throttle_cfg.is_valid = 1; in bfa_fcpim_write_throttle()3806 struct bfa_throttle_cfg_s *throttle_cfg = in bfa_fcpim_read_throttle() local3807 &(BFA_DCONF_MOD(bfa)->dconf->throttle_cfg); in bfa_fcpim_read_throttle()3810 ((throttle_cfg->is_valid == 1) ? (throttle_cfg->value) : 0) : 0); in bfa_fcpim_read_throttle()
801 struct bfa_throttle_cfg_s throttle_cfg; member