Searched refs:throughput (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c438 {.throughput = 0, .blink_time = 334},
439 {.throughput = 1 * 1024 - 1, .blink_time = 260},
440 {.throughput = 5 * 1024 - 1, .blink_time = 220},
441 {.throughput = 10 * 1024 - 1, .blink_time = 190},
442 {.throughput = 20 * 1024 - 1, .blink_time = 170},
443 {.throughput = 50 * 1024 - 1, .blink_time = 150},
444 {.throughput = 70 * 1024 - 1, .blink_time = 130},
445 {.throughput = 100 * 1024 - 1, .blink_time = 110},
446 {.throughput = 200 * 1024 - 1, .blink_time = 80},
447 {.throughput
[all...]
/linux-master/include/uapi/linux/
H A Dwireless.h961 __u32 throughput; /* To give an idea... */ member in struct:iw_range
963 * TCP/IP throughput, because with most of these devices the
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c174 range->throughput = 130 * 1000 * 1000;
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c971 /* Set an indication of the max TCP throughput
976 range->throughput = 5000 * 1000;
978 range->throughput = 1500 * 1000;
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2993 u32 throughput, u64 cnt)
2997 if (throughput > 50)
2999 if (throughput > 10)
3001 if (throughput > 2)
2992 rtw89_get_traffic_level(struct rtw89_dev *rtwdev, u32 throughput, u64 cnt) argument
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c833 range->throughput = 5 * 1000 * 1000;
/linux-master/include/net/
H A Dmac80211.h4290 * @get_expected_throughput: extract the expected throughput towards the
4836 * struct ieee80211_tpt_blink - throughput blink description
4837 * @throughput: throughput in Kbit/sec
4842 int throughput; member in struct:ieee80211_tpt_blink
4847 * enum ieee80211_tpt_led_trigger_flags - throughput trigger flags
4955 * ieee80211_create_tpt_led_trigger - create throughput LED trigger
4958 * @blink_table: the blink table -- needs to be ordered by throughput
5259 * Call this function to notify mac80211 about a change in expected throughput
5261 * call this function when the expected throughput estimat
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c6753 range->throughput = 5 * 1000 * 1000;
H A Dipw2200.c8775 range->throughput = 27 * 1000 * 1000;

Completed in 291 milliseconds

12