Searched refs:kbps (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/Documentation/networking/ |
D | cxacru.txt | 35 * downstream_rate (kbps) 41 * upstream_rate (kbps)
|
D | ieee802154.txt | 86 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
|
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-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | hw.c | 172 u8 phy, int kbps, in ath9k_hw_computetxtime() argument 178 if (kbps == 0) in ath9k_hw_computetxtime() 187 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime() 191 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_QUARTER) / 1000; in ath9k_hw_computetxtime() 199 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime() 206 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
|
D | hw.h | 942 u8 phy, int kbps,
|
/linux-3.4.99/drivers/net/ethernet/chelsio/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 | 734 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
|
/linux-3.4.99/drivers/net/hamradio/ |
D | Kconfig | 53 computer to an amateur radio modem (such as the WA4DSY 56kbps
|
/linux-3.4.99/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 289 the minimum bitrate should be 192 kbps.
|