Searched refs:throughput (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_facilities.c84 facilities->throughput = p[1];
183 if (facilities->throughput && (facil_mask & X25_MASK_THROUGHPUT)) {
185 *p++ = facilities->throughput;
263 if (theirs.throughput) {
264 if (theirs.throughput < ours->throughput) {
265 SOCK_DEBUG(sk, "X.25: throughput negotiated down\n");
266 new->throughput = theirs.throughput;
H A Daf_x25.c23 * the throughput upper limit.
524 x25->facilities.throughput = X25_DEFAULT_THROUGHPUT;
1338 if (facilities.throughput < 0x03 ||
1339 facilities.throughput > 0xDD)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile26 throughput.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dx25.h103 unsigned int throughput; member in struct:x25_facilities
H A Dwireless.h950 __u32 throughput; /* To give an idea... */ member in struct:iw_range
952 * TCP/IP throughput, because with most of these devices the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dwext.c756 * Set an indication of the max TCP throughput in bit/s that we can
760 range->throughput = 5000 * 1000;
762 range->throughput = 1500 * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_wx.c230 /* 54Mb/s == ~27Mb/s payload throughput (802.11g) */
231 range->throughput = 27 * 1000 * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c595 range->throughput = 450 * 1000; /* don't argue on this ! */
H A Dorinoco.c2805 /* Set an indication of the max TCP throughput in bit/s that we can
2809 range->throughput = 5 * 1000 * 1000; /* ~5 Mb/s */
2811 range->throughput = 1.5 * 1000 * 1000; /* ~1.5 Mb/s */
H A Dray_cs.c1423 range->throughput = 1.1 * 1000 * 1000; /* Put the right number here */
H A Dwl3501_cs.c1572 range->throughput = 2 * 1000 * 1000; /* ~2 Mb/s */
H A Dwavelan.c2154 range->throughput = 1.6 * 1000 * 1000; /* don't argue on this ! */
H A Dwavelan_cs.c2403 range->throughput = 1.4 * 1000 * 1000; /* don't argue on this ! */
H A Dairo.c6920 /* Set an indication of the max TCP throughput
6924 range->throughput = 5000 * 1000;
6926 range->throughput = 1500 * 1000;
H A Dipw2100.c6719 range->throughput = 5 * 1000 * 1000;
H A Dipw2200.c8772 range->throughput = 27 * 1000 * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h160 uint32 throughput; /* actual data transferred successfully */ member in struct:__anon3190
H A Dwlioctl.h4465 uint32 throughput; /* actual data transferred successfully */ member in struct:__anon3322
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c636 range->throughput = 27 * 1000 * 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ioctl.c1072 /* estimated maximum TCP throughput values (bps) */
1073 range->throughput = over2 ? 5500000 : 1500000;

Completed in 412 milliseconds