Home
last modified time | relevance | path

Searched refs:throttle_cfg (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_fcpim.c3846 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() local
3858 &(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()
Dbfa_ioc.h774 struct bfa_throttle_cfg_s throttle_cfg; member