Searched refs:rate_table (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/examples/diffserv/
H A Dafcbq43 %rate_table=();
45 $rate_table{"AF1rate"}="1500Kbit";
46 $rate_table{"AF2rate"}="1500Kbit";
47 $rate_table{"AF3rate"}="1500Kbit";
48 $rate_table{"AF4rate"}="1500Kbit";
65 "bandwidth $linerate rate $rate_table{$AFrate} avpkt 1000 prio ".
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c392 static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
414 static void ath_rc_sort_validrates(const struct ath_rate_table *rate_table, argument
424 if (rate_table->info[idx].ratekbps >
425 rate_table->info[idx_next].ratekbps) {
449 int ath_rc_get_nextvalid_txrate(const struct ath_rate_table *rate_table, argument
488 ath_rc_get_lower_rix(const struct ath_rate_table *rate_table, argument
505 const struct ath_rate_table *rate_table,
510 for (i = 0; i < rate_table->rate_cnt; i++) {
511 if (rate_table->info[i].rate_flags & RC_LEGACY) {
512 u32 phy = rate_table
504 ath_rc_init_validrates(struct ath_rate_priv *ath_rc_priv, const struct ath_rate_table *rate_table, u32 capflag) argument
530 ath_rc_setvalid_rates(struct ath_rate_priv *ath_rc_priv, const struct ath_rate_table *rate_table, struct ath_rateset *rateset, u32 capflag) argument
574 ath_rc_setvalid_htrates(struct ath_rate_priv *ath_rc_priv, const struct ath_rate_table *rate_table, u8 *mcs_set, u32 capflag) argument
610 ath_rc_get_highest_rix(struct ath_softc *sc, struct ath_rate_priv *ath_rc_priv, const struct ath_rate_table *rate_table, int *is_probing) argument
707 ath_rc_rate_set_series(const struct ath_rate_table *rate_table, struct ieee80211_tx_rate *rate, struct ieee80211_tx_rate_control *txrc, u8 tries, u8 rix, int rtsctsenable) argument
729 ath_rc_rate_set_rtscts(struct ath_softc *sc, const struct ath_rate_table *rate_table, struct ieee80211_tx_info *tx_info) argument
770 const struct ath_rate_table *rate_table; local
880 ath_rc_update_per(struct ath_softc *sc, const struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, struct ieee80211_tx_info *tx_info, int tx_rate, int xretries, int retries, u32 now_msec) argument
1034 const struct ath_rate_table *rate_table = sc->cur_rate_table; local
1099 ath_rc_get_rateindex(const struct ath_rate_table *rate_table, struct ieee80211_tx_rate *rate) argument
1131 const struct ath_rate_table *rate_table; local
1221 ath_rc_init(struct ath_softc *sc, struct ath_rate_priv *ath_rc_priv, struct ieee80211_supported_band *sband, struct ieee80211_sta *sta, const struct ath_rate_table *rate_table) argument
1408 const struct ath_rate_table *rate_table; local
1459 const struct ath_rate_table *rate_table = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclkt2xxx_virt_prcm_set.c22 const struct prcm_config *rate_table; variable in typeref:struct:prcm_config
49 for (ptr = rate_table; ptr->mpu_speed; ptr++) {
72 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
155 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
169 pr_warning("%s: no matching entries in rate_table\n",
184 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
H A Dopp2xxx.h400 extern const struct prcm_config *rate_table;
H A Dclock2420_data.c1855 rate_table = omap2420_rate_table;
1877 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
H A Dclock2430_data.c1944 rate_table = omap2430_rate_table;
1966 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_pcm.c167 return rate_reg_tables[dbl][pcm->r[dbl].rate_table[cidx]][slot - 3];
320 static unsigned short get_pslots(struct snd_ac97 *ac97, unsigned char *rate_table, unsigned short *spdif_slots) argument
352 *rate_table = 0;
365 *rate_table = 1;
371 *rate_table = 2;
390 *rate_table = 0;
440 unsigned char rate_table[2][4]; local
450 memset(rate_table, 0, sizeof(rate_table));
456 avail_slots[0][i] = get_pslots(codec, &rate_table[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dformat.c161 fp->rate_table = kmalloc(sizeof(int) * nr_rates, GFP_KERNEL);
162 if (fp->rate_table == NULL) {
183 fp->rate_table[fp->nr_rates] = rate;
208 * Then fp->rate_table can be allocated and filled.
239 if (fp->rate_table)
240 fp->rate_table[nr_rates] = rate;
311 /* Call the triplet parser, and make sure fp->rate_table is NULL.
314 kfree(fp->rate_table);
315 fp->rate_table = NULL;
324 fp->rate_table
[all...]
H A Dquirks.c130 unsigned *rate_table = NULL; local
138 rate_table = kmalloc(sizeof(int) * fp->nr_rates, GFP_KERNEL);
139 if (!rate_table) {
143 memcpy(rate_table, fp->rate_table, sizeof(int) * fp->nr_rates);
144 fp->rate_table = rate_table;
152 kfree(rate_table);
158 kfree(rate_table);
H A Dcard.h27 unsigned int *rate_table; /* rate table */ member in struct:audioformat
H A Dendpoint.c49 kfree(fp->rate_table);
421 kfree(fp->rate_table);
430 kfree(fp->rate_table);
H A Dproc.c106 snd_iprintf(buffer, "%d", fp->rate_table[i]);
H A Dpcm.c73 if (fp->rate_table[i] == rate)
671 subs->rate_list.list[count++] = fp->rate_table[i];
H A Dquirks-table.h2293 .rate_table = (unsigned int[]) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h631 unsigned char rate_table[4]; member in struct:ac97_pcm::__anon18666

Completed in 105 milliseconds