Searched refs:rate (Results 126 - 148 of 148) sorted by relevance

123456

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c1055 u_int8_t rate; local
1083 rate = ieee80211_fix_rate(ic, ni, IEEE80211_F_DONEGO);
1084 if (rate & IEEE80211_RATE_BASIC)
1144 printf(" %2dM%c", (rate & IEEE80211_RATE_VAL) / 2,
1669 int rate; local
1674 rate = (*rates)[ic->ic_fixed_rate];
1676 rate = (*rates)[ic->ic_bss->ni_txrate];
1678 rate = 0;
1680 return rate & IEEE80211_RATE_VAL;
1888 * request so we can deduce rate se
[all...]
/haiku/src/kits/interface/
H A DWindow.cpp1652 BWindow::SetPulseRate(bigtime_t rate) argument
1655 if (rate < 0
1656 || (rate == fPulseRate && !((rate == 0) ^ (fPulseRunner == NULL))))
1659 fPulseRate = rate;
1661 if (rate > 0) {
1665 &message, rate);
1667 fPulseRunner->SetInterval(rate);
1670 // rate == 0
2794 // We set the default pulse rate, bu
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c528 data->input.rate = B_SR_44100;
531 data->output.rate = B_SR_44100;
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c86 48000, // sample rate
158 emuxki_rate_to_pitch(uint32 rate) argument
201 if (rate == 0)
203 rate *= 11185; /* Scale 48000 to 0x20002380 */
205 if (rate & 0x80000000) { /* Detect leading "1" */
207 logMagTable[0x7f & (rate >> 24)] +
208 (0x7f & (rate >> 17)) *
209 logSlopeTable[0x7f & (rate >> 24)]);
211 rate <<= 1;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c2221 checkrate(const struct ieee80211_rateset *rs, int rate) argument
2225 if (rate == IEEE80211_FIXED_RATE_NONE)
2228 if ((rs->rs_rates[i] & IEEE80211_RATE_VAL) == rate)
2286 if (src->rate != dst->rate) {
2287 if (!checkrate(rs, src->rate) &&
2288 (!is11n || !checkmcs(rs_ht, src->rate))) {
H A Dieee80211_proto.c351 * Install default tx rate handling: no fixed rate, lowest
352 * supported rate for mgmt and multicast frames. Default
366 * Setting the management rate to MCS 0 assumes that the
367 * BSS Basic rate set is empty and the BSS Basic MCS set
371 * defined rate for this mode.
557 const uint8_t *buf, int len, int rate, int rssi)
614 if (rate >= 0)
615 printf(" %dM", rate / 2);
656 * Workaround awkwardness with fixed rate
556 ieee80211_dump_pkt(struct ieee80211com *ic, const uint8_t *buf, int len, int rate, int rssi) argument
[all...]
H A Dieee80211_sta.c1398 uint8_t rate; local
1816 rate = ieee80211_setup_rates(ni, rates, xrates,
1820 if (rate & IEEE80211_RATE_BASIC) {
1823 "%sassoc failed (rate set mismatch)",
H A Dieee80211_mesh.c2042 * only a bare-bones rate set, communicate this to
3301 uint32_t overhead, rate, errrate; local
3305 rate = ni->ni_txrate;
3307 ifp->if_mtu + IEEE80211_MESH_MAXOVERHEAD, rate, 0) << M_BITS;
3308 /* Error rate in percentage */
3313 res = (overhead + (nbits / rate)) *
H A Dieee80211_ddb.c849 printrate("rate", rp->rate);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c898 * Convert h/w rate code to IEEE rate code.
932 /* read current transmission rate from adapter */
1267 tap->wr_rate = iwi_cvtrate(frame->rate);
1288 sc->sc_rxrate = frame->rate;
1715 /* XXX rate-limit */
2567 DPRINTF(("Truncating negotiated rate set from %u\n",
2902 /* the rate set has already been "negotiated" */
3359 * and for link activity. We use one led and vary the blink rate
3427 u_int rate; /* t member in struct:__anon8
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c870 ds->rate, le16toh(ds->qosctrl));
1166 * Select transmit rate.
1751 "capinfo 0x%04x chan %d associd 0x%x mode %d rate %d\n",
2061 sc->malo_rx_th.wr_rate = ds->rate;
2068 len, ds->rate, rssi);
/haiku/src/kits/media/
H A DSoundPlayer.cpp460 item->rate = 0;
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp222 fRate = info->rate;
237 // if rate is not "Never," push an event
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c772 data->input.rate = B_SR_48000;
775 data->output.rate = B_SR_48000;
778 /*data->input.rate = B_SR_44100;
781 data->output.rate = B_SR_44100;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c190 uint16_t rate; member in struct:iwx_rate
4686 uint8_t mcs, rate; local
4719 rate = (rs->rs_rates[ridx] &
4722 rate = 0;
4730 rate = (rate_n_flags & IWX_RATE_LEGACY_RATE_MSK_V1);
4735 switch (rate) {
4750 /* Unknown rate: should not happen. */
6009 /* Firmware expects indices which match our 11a rate set. */
6024 /* Firmware expects indices which match our 11b rate set. */
6037 * Determine the Tx command flags and Tx rate
[all...]
H A Dif_iwxreg.h3503 * @frame_time: frame's time on the air, based on byte count and frame rate
4934 * High-throughput (HT) rate format
4936 * Very High-throughput (VHT) rate format
4938 * Legacy OFDM rate format for bits 7:0
4940 * Legacy CCK rate format for bits 7:0:
4958 * High-throughput (HT) rate format for bits 7:0
4960 * 2-0: MCS rate base
4992 * Very High-throughput (VHT) rate format for bits 7:0
5008 * Legacy OFDM rate format for bits 7:0
5020 * Legacy CCK rate forma
5684 uint32_t rate; member in struct:iwx_tlc_update_notif
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c199 uint16_t rate; member in struct:iwm_rate
4855 uint8_t rate = (rate_n_flags & local
4857 switch (rate) {
4872 /* Unknown rate: should not happen. */
5512 * If RA has chosen a new TX rate we must update
5513 * the firmware's LQ rate table.
5646 * Update rate control statistics.
5648 * selected Tx rate. Because Tx queues are relatively long we may
5651 * Tx rate control decisions.
5766 /* The Tx rate wa
6623 uint8_t rate = 0; local
6726 uint8_t rate; local
9501 uint8_t rate, ridx; local
[all...]
H A Dif_iwmreg.h3213 * @frame_time: frame's time on the air, based on byte count and frame rate
4499 * High-throughput (HT) rate format
4501 * Very High-throughput (VHT) rate format
4503 * Legacy OFDM rate format for bits 7:0
4505 * Legacy CCK rate format for bits 7:0:
4526 * High-throughput (HT) rate format for bits 7:0
4528 * 2-0: MCS rate base
4559 * Very High-throughput (VHT) rate format for bits 7:0
4574 * Legacy OFDM rate format for bits 7:0
4586 * Legacy CCK rate forma
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h256 uint8_t rate; member in struct:wpi_tx_stat
903 /* HW rate indices. */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c167 * Whether to use the 11n rate scenario functions or not
492 * Set the rate control fields in the given descriptor based on
495 * The bfs fields should already be set with the relevant rate
498 * Since the FreeBSD HAL currently sets up the first TX rate
501 * unconditionally for 11n chips. These require the 11n rate
504 * and 4 if multi-rate retry is needed.
590 , bf->bf_state.bfs_try0 /* series 0 rate/tries */
594 , bf->bf_state.bfs_ctsrate /* rts/cts rate */
599 * First descriptor? Setup the rate control and initial
604 * setup first desc with rate an
1382 uint8_t rate, rix; local
[all...]
H A Dif_ath.c671 * Check if the MAC has multi-rate retry support.
712 * Setup rate tables for all potential media types.
828 * Setup rate control. Some rate control modules
4168 * Return h/w rate index for an IEEE rate (w/o basic rate bit)
4172 ath_tx_findrix(const struct ath_softc *sc, uint8_t rate) argument
4174 int rix = sc->sc_rixmap[rate];
4175 /* NB: return lowest rix for invalid rate */
6431 u_int rate; /* tx/rx 802.11 rate */ member in struct:__anon140
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860reg.h974 uint8_t rate; member in struct:rt2860_rate
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h685 uint8_t valid; /* valid for rate control use */
687 uint32_t rateKbps; /* transfer rate in kbs */
688 uint8_t rateCode; /* rate for h/w descriptors */
690 * preamble in CCK rate code */
694 * rate; used for dur. calcs */
715 u_int Rate; /* hardware rate code */
716 u_int RateIndex; /* rate series table index */
1658 extern uint32_t __ahdecl ath_computedur_ht(uint32_t frameLen, uint16_t rate,

Completed in 453 milliseconds

123456