Searched refs:low_thresh (Results 1 – 3 of 3) sorted by relevance
377 int low_thresh; in check_fan() local392 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()
846 … 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()
356 u16_t low_thresh; in lm_eth_init_client_init_rx_data() local364 …low_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()