[go: nahoru, domu]

Searched refs:max_index (Results 1 - 19 of 19) sorted by relevance

/drivers/net/wireless/ath/
H A Dspectral_common.h58 u8 max_index; member in struct:fft_sample_ht20
104 s8 max_index; member in struct:fft_sample_ath10k
/drivers/scsi/isci/
H A Dport_config.c169 if (port_agent->phy_valid_port_range[0].max_index != 0 ||
170 port_agent->phy_valid_port_range[1].max_index != 1 ||
171 port_agent->phy_valid_port_range[2].max_index != 2 ||
172 port_agent->phy_valid_port_range[3].max_index != 3)
280 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
308 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
457 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
460 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
507 port_index <= port_agent->phy_valid_port_range[iphy->phy_index].max_index;
723 port_agent->phy_valid_port_range[index].max_index
[all...]
H A Dhost.h120 u8 max_index; member in struct:sci_port_configuration_agent::__anon5561
/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c426 int max_index, scale_factor; local
441 max_index = 0;
457 max_index++;
473 x_est[max_index] =
477 Y[max_index] =
485 theta[max_index] =
503 for (i = 0; i <= max_index; i++)
526 for (i = 0; i <= max_index; i++)
534 if (y_est[max_index] == 0)
538 x_est[max_index]
[all...]
H A Dspectral.c176 u8 max_index, bitmap_w; local
191 max_index = spectral_max_index(mag_info->all_bins);
192 fft_sample_20.max_index = max_index;
/drivers/net/wireless/ath/ath10k/
H A Dspectral.c34 static uint8_t get_max_exp(s8 max_index, u16 max_magnitude, size_t bin_len, argument
43 if (dc_pos < max_index || -dc_pos >= max_index)
47 if (data[dc_pos + max_index] == (max_magnitude >> max_exp))
52 if (data[dc_pos + max_index] != (max_magnitude >> max_exp))
112 fft_sample->max_index = MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX);
152 fft_sample->max_exp = get_max_exp(fft_sample->max_index, peak_mag,
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_dbg.c628 u32 max_index; local
636 max_index = MAC_ADDR_MAX_CAM_ENTRIES;
640 max_index = MAC_ADDR_MAX_CAM_WCOUNT;
645 max_index = MAC_ADDR_MAX_CAM_WCOUNT;
649 max_index = MAC_ADDR_MAX_FC_MAC_ENTRIES;
653 max_index = MAC_ADDR_MAX_MGMT_MAC_ENTRIES;
657 max_index = MAC_ADDR_MAX_MGMT_VLAN_ENTRIES;
661 max_index = MAC_ADDR_MAX_MGMT_V4_ENTRIES;
665 max_index = MAC_ADDR_MAX_MGMT_V6_ENTRIES;
669 max_index
[all...]
/drivers/staging/lustre/lustre/osc/
H A Dosc_page.c625 struct cl_page **pvec, int max_index)
630 for (count = 0, i = 0; i < max_index; i++) {
647 return max_index - count;
624 discard_pagevec(const struct lu_env *env, struct cl_io *io, struct cl_page **pvec, int max_index) argument
/drivers/vfio/pci/
H A Dvfio_pci.c929 int max_index; member in struct:vfio_devices
940 if (devs->cur_index == devs->max_index)
979 devs.max_index = i;
/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1645 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
5281 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = instance;
5282 megasas_mgmt_info.max_index++;
5309 megasas_mgmt_info.instance[megasas_mgmt_info.max_index] = NULL;
5310 megasas_mgmt_info.max_index--;
5719 * decrement the max_index. We let this array be sparse array
5721 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
5911 for (i = 0; i < megasas_mgmt_info.max_index; i++) {
H A Dmegaraid_sas.h1915 int max_index; member in struct:megasas_mgmt_info
/drivers/scsi/libfc/
H A Dfc_exch.c226 * @max_index: Index not to be exceeded
232 unsigned int max_index)
236 if (op < max_index)
231 fc_exch_name_lookup(unsigned int op, char **table, unsigned int max_index) argument
/drivers/staging/lustre/lustre/obdclass/
H A Dgenops.c482 int index, max_index = class_devno_max(), dev_count = 0; local
485 for (index = 0; index <= max_index; index++) {
/drivers/scsi/
H A Dpmcraid.c4750 * @max_index: number of buffer blocks to release
4756 pmcraid_release_cmd_blocks(struct pmcraid_instance *pinstance, int max_index) argument
4759 for (i = 0; i < max_index; i++) {
4770 * @max_index: number of buffers (from 0 onwards) to release
4781 int max_index
4789 for (i = 0; i < max_index; i++) {
H A Dadvansys.c6481 int max_index; local
6486 max_index = (int)asc_dvc->max_sdtr_index;
6488 if ((syn_time <= period_table[max_index])) {
6489 for (i = min_index; i < (max_index - 1); i++) {
6494 return (uchar)max_index;
6496 return (uchar)(max_index + 1);
H A Dgdth.c274 static u32 max_rq=0, max_index=0, max_sg=0; variable
1422 if (max_index < i) {
1423 max_index = i;
1424 TRACE3(("GDT: max_index = %d\n",(u16)i));
/drivers/net/wireless/
H A Datmel.c2977 int max_index = -1; local
2994 priv->current_BSS = max_index = i;
2997 return max_index;
3007 max_index = i;
3011 return max_index;
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c5144 s32 max_index = 0; local
5148 max_index = 36;
5154 while ((*gain_index <= (s32) max_index)
/drivers/iommu/
H A Damd_iommu.c1706 int max_index = dom->aperture_size >> APERTURE_RANGE_SHIFT; local
1717 for (;i < max_index; ++i) {

Completed in 414 milliseconds