Lines Matching defs:throttle
3739 /* Update io throttle value only once during driver load time */
3816 * To send config req, first try to use throttle value from flash
3828 * If throttle value from flash is already in effect after driver is
3881 struct bfa_defs_fcpim_throttle_s throttle;
3887 memset(&throttle, 0, sizeof(struct bfa_defs_fcpim_throttle_s));
3889 throttle.cur_value = (u16)(fcpim->fcp->num_ioim_reqs);
3890 throttle.cfg_value = bfa_fcpim_read_throttle(bfa);
3891 if (!throttle.cfg_value)
3892 throttle.cfg_value = throttle.cur_value;
3893 throttle.max_value = (u16)(fcpim->fcp->max_ioim_reqs);
3894 memcpy(buf, &throttle, sizeof(struct bfa_defs_fcpim_throttle_s));