Home
last modified time | relevance | path

Searched refs:max_idx (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/bcmdhd/
Ddhd_cdc.c589 i = ptr->max_idx + 1; in dhd_get_hostreorder_pkts()
592 i = ((ptr->max_idx + 1) - start) + end; in dhd_get_hostreorder_pkts()
610 if (start++ == ptr->max_idx) in dhd_get_hostreorder_pkts()
621 uint8 flow_id, max_idx, cur_idx, exp_idx; in dhd_process_pkt_reorder_info() local
681 buf_size += ((ptr->max_idx + 1) * sizeof(void *)); in dhd_process_pkt_reorder_info()
690 max_idx = reorder_info_buf[WLHOST_REORDERDATA_MAXIDX_OFFSET]; in dhd_process_pkt_reorder_info()
692 buf_size_alloc += ((max_idx + 1) * sizeof(void*)); in dhd_process_pkt_reorder_info()
696 __FUNCTION__, buf_size_alloc, flow_id, max_idx)); in dhd_process_pkt_reorder_info()
706 ptr->max_idx = max_idx; in dhd_process_pkt_reorder_info()
717 ptr->max_idx = reorder_info_buf[WLHOST_REORDERDATA_MAXIDX_OFFSET]; in dhd_process_pkt_reorder_info()
[all …]
Ddhd.h202 uint8 max_idx; member
Ddhd_linux.c4760 buf_size += ((ptr->max_idx + 1) * sizeof(void*));
4762 i, ptr->max_idx, buf_size));
/drivers/net/wireless/ath/ath9k/
Dar9003_calib.c611 int mp_max = -64, max_idx = 0; in ar9003_hw_detect_outlier() local
619 max_idx = i; in ar9003_hw_detect_outlier()
647 outlier_idx = max_idx; in ar9003_hw_detect_outlier()
/drivers/input/misc/
Dad714x.c166 int max_idx = 0; in ad714x_cal_highest_stage() local
172 max_idx = i; in ad714x_cal_highest_stage()
176 return max_idx; in ad714x_cal_highest_stage()
/drivers/net/wireless/ath/ath5k/
Dphy.c3089 u8 pdadc_i, pdadc_n, pwr_step, pdg, max_idx, table_size; in ath5k_combine_pwr_to_pdadc_curves() local
3144 max_idx = (pdadc_n < table_size) ? pdadc_n : table_size; in ath5k_combine_pwr_to_pdadc_curves()
3147 while (pdadc_0 < max_idx && pdadc_i < 128) in ath5k_combine_pwr_to_pdadc_curves()
3151 if (pdadc_n <= max_idx) in ath5k_combine_pwr_to_pdadc_curves()
3165 (pdadc_0 - max_idx) * pwr_step; in ath5k_combine_pwr_to_pdadc_curves()