Home
last modified time | relevance | path

Searched refs:RATESIZE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c39 static u8 RETRY_PENALTY_IDX[2][RATESIZE] = {
49 static u8 RETRY_PENALTY_UP_IDX[RATESIZE] = {
55 static u8 RSSI_THRESHOLD[RATESIZE] = {
61 static u16 N_THRESHOLD_HIGH[RATESIZE] = {
66 static u16 N_THRESHOLD_LOW[RATESIZE] = {
72 static u8 DROPING_NECESSARY[RATESIZE] = {
387 for (i = RATESIZE; i >= 0; i--) { in odm_ARFBRefresh_8188E()
398 for (i = 0; i < RATESIZE; i++) { in odm_ARFBRefresh_8188E()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dhal8188e_rate_adaptive.h22 #define RATESIZE 28 macro
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c285 #define RATESIZE 28 macro
316 static const u8 retry_penalty_idx_normal[2][RATESIZE] = {
331 static const u8 retry_penalty_idx_cut_i[2][RATESIZE] = {
346 static const u8 retry_penalty_up_idx_normal[RATESIZE] = {
353 static const u8 retry_penalty_up_idx_cut_i[RATESIZE] = {
360 static const u8 rssi_threshold[RATESIZE] = {
367 static const u16 n_threshold_high[RATESIZE] = {
374 static const u16 n_threshold_low[RATESIZE] = {
381 static const u8 dropping_necessary[RATESIZE] = {
1763 for (i = RATESIZE; in rtl8188e_arfb_refresh()
[all...]

Completed in 4 milliseconds