Lines Matching defs:table

233  * get ieee prev rate from rate scale table.
1040 * return idx delta into power gain settings table
1140 /* radio and DSP power table, each step is 1/2 dB.
1360 * don't force fit this reference idx into gain table; it may be a
1363 * of the table. */
1365 /* don't exceed table bounds for "real" setting */
1467 /* Get this chnlgrp's rate-to-max/clip-powers table */
1470 /* Get this channel's rate-to-current-power settings table */
1589 /* stay within table range */
1597 /* Get this chnlgrp's rate-to-max/clip-powers table */
1826 IL_ERR("Error setting HW rate table: %02X\n", rc);
1842 * so we can keep our internal table of scan powers current. */
1919 * into radio/DSP gain settings table for requested power.
1982 s8 *clip_pwrs; /* table of power levels for each rate */
2051 * This does *not* write values to NIC, just sets up our internal table.
2086 /* Get this chnlgrp's rate->max/clip-powers table */
2106 /* use channel group's clip-power table,
2114 * power table idx for this rate's power */
2128 /* stay within range of gain table */
2147 /* stay within table range */
2309 * il3945_init_hw_rate_table - Initialize the hardware rate fallback table
2318 struct il3945_rate_scaling_info *table = rate_cmd.table;
2323 table[idx].rate_n_flags = cpu_to_le16(il3945_rates[i].plcp);
2324 table[idx].try_cnt = il->retry_rate;
2326 table[idx].next_rate_idx = il3945_rates[prev_idx].table_rs_idx;
2335 table[i].next_rate_idx =
2339 table[RATE_12M_IDX_TBL].next_rate_idx = RATE_9M_IDX_TBL;
2342 table[RATE_6M_IDX_TBL].next_rate_idx =
2356 table[i].next_rate_idx =
2361 table[idx].next_rate_idx = RATE_5M_IDX_TBL;