Searched refs:kbps (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/Documentation/networking/ |
D | cxacru.txt | 35 * downstream_rate (kbps) 41 * upstream_rate (kbps)
|
D | radiotap-headers.txt | 122 * 500kbps units, eg, 0x02=1Mbps
|
D | arcnet-hardware.txt | 91 (100 Mbps TCNS and 320 kbps - 32 Mbps ARCnet Plus) use different types of
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | wireless_ext.c | 716 u32 kbps; in ar6000_ioctl_siwrate() local 725 kbps = rrq->value / 1000; /* rrq->value is in bps */ in ar6000_ioctl_siwrate() 727 kbps = -1; /* -1 indicates auto rate */ in ar6000_ioctl_siwrate() 729 if(kbps != -1 && wmi_validate_bitrate(ar->arWmi, kbps, &rate_idx) != 0) in ar6000_ioctl_siwrate() 731 AR_DEBUG_PRINTF(ATH_DEBUG_ERR,("BitRate is not Valid %d\n", kbps)); in ar6000_ioctl_siwrate() 734 ar->arBitRate = kbps; in ar6000_ioctl_siwrate() 737 if (wmi_set_bitrate_cmd(ar->arWmi, kbps, -1, -1) != 0) { in ar6000_ioctl_siwrate()
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 165 u8 phy, int kbps, in ath9k_hw_computetxtime() argument 171 if (kbps == 0) in ath9k_hw_computetxtime() 180 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime() 184 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_QUARTER) / 1000; in ath9k_hw_computetxtime() 192 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime() 199 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
|
D | hw.h | 913 u8 phy, int kbps,
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | t3_hw.c | 3002 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched() argument 3008 if (kbps > 0) { in t3_config_sched() 3009 kbps *= 125; /* -> bytes */ in t3_config_sched() 3012 bpt = (kbps + tps / 2) / tps; in t3_config_sched() 3015 delta = v >= kbps ? v - kbps : kbps - v; in t3_config_sched()
|
D | common.h | 736 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
|
/linux-2.6.39/drivers/net/hamradio/ |
D | Kconfig | 53 computer to an amateur radio modem (such as the WA4DSY 56kbps
|
/linux-2.6.39/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 289 the minimum bitrate should be 192 kbps.
|