Home
last modified time | relevance | path

Searched refs:low_thresh (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c377 int low_thresh; in check_fan() local
392 status = psvc_get_attr(hdlp, tach_id, PSVC_LO_WARN_ATTR, &low_thresh); in check_fan()
406 if (speed <= low_thresh) { /* We see a fault */ in check_fan()
418 } while ((retry < n_retry_fan) && (speed <= low_thresh)); in check_fan()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c846 … u16_t low_thresh = mm_cpu_to_le16(min(250, ((u16_t)(LM_RXQ(pdev, cid).common.desc_cnt))/4)); in lm_pf_init_vf_client_init_data()
849 client_init_data_virt->fc.cqe_pause_thr_low = low_thresh; in lm_pf_init_vf_client_init_data()
850 client_init_data_virt->fc.bd_pause_thr_low = low_thresh; in lm_pf_init_vf_client_init_data()
H A Dlm_sp.c356 u16_t low_thresh; in lm_eth_init_client_init_rx_data() local
364low_thresh = mm_cpu_to_le16(min(desired_cqe_bd_low_thresh, (u16_t)((LM_RXQ(pdev, cid).common.des… in lm_eth_init_client_init_rx_data()
367 rx->cqe_pause_thr_low = low_thresh; in lm_eth_init_client_init_rx_data()
368 rx->bd_pause_thr_low = low_thresh; in lm_eth_init_client_init_rx_data()