/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/txbf/ |
D | phydm_hal_txbf_api.c | 41 u8 phydm_get_beamforming_sounding_info(void *dm_void, u16 *throughput, in phydm_get_beamforming_sounding_info() argument 67 if (throughput[idx] <= 10) in phydm_get_beamforming_sounding_info() 78 u8 phydm_get_mu_bfee_snding_decision(void *dm_void, u16 throughput) in phydm_get_mu_bfee_snding_decision() argument 84 if (throughput >= 500) in phydm_get_mu_bfee_snding_decision() 86 else if (throughput >= 450) in phydm_get_mu_bfee_snding_decision() 88 else if (throughput >= 400) in phydm_get_mu_bfee_snding_decision() 90 else if (throughput >= 350) in phydm_get_mu_bfee_snding_decision() 92 else if (throughput >= 300) in phydm_get_mu_bfee_snding_decision() 94 else if (throughput >= 250) in phydm_get_mu_bfee_snding_decision() 96 else if (throughput >= 200) in phydm_get_mu_bfee_snding_decision() [all …]
|
D | phydm_hal_txbf_api.h | 48 u8 phydm_get_beamforming_sounding_info(void *dm_void, u16 *throughput, 52 u8 phydm_get_mu_bfee_snding_decision(void *dm_void, u16 throughput);
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/fhost/application/ |
D | wifi_host_tg.h | 106 uint32_t throughput; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | led.c | 274 if (tpt_trig->blink_table[i].throughput < 0 || in tpt_trig_timer() 275 tpt > tpt_trig->blink_table[i].throughput) { in tpt_trig_timer()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 299 i, p_ccb->fcrb.throughput[i], in l2c_fcr_cleanup() 305 throughput_avg += p_ccb->fcrb.throughput[i]; in l2c_fcr_cleanup() 2163 p_ccb->fcrb.throughput[index] += p_buf->len - 8; in l2c_fcr_collect_ack_delay() 2198 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay() 2204 index, p_ccb->fcrb.throughput[index], in l2c_fcr_collect_ack_delay() 2222 p_ccb->fcrb.throughput[index] = 0; in l2c_fcr_collect_ack_delay()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | hnd_pktq.h | 95 uint32 throughput; /**< actual data transferred successfully */ member
|
D | wlioctl.h | 5353 uint32 throughput; \ 5430 uint32 throughput; /**< actual data transferred successfully */ member
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | hnd_pktq.h | 106 uint32 throughput; /**< actual data transferred successfully */ member
|
D | wlioctl.h | 7677 uint32 throughput; \ 7758 uint32 throughput; /**< actual data transferred successfully */ member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | hnd_pktq.h | 99 uint32 throughput; /**< actual data transferred successfully */ member
|
D | wlioctl.h | 7346 uint32 throughput; \ 7422 uint32 throughput; /**< actual data transferred successfully */ member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | hnd_pktq.h | 93 uint32 throughput; /**< actual data transferred successfully */ member
|
D | wlioctl.h | 9283 uint32 throughput; \ 9359 uint32 throughput; /**< actual data transferred successfully */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 219 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/ |
D | mac80211.h | 4144 int throughput; member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | wl_iw.c | 882 range->throughput = 24000000; /* 24 Mbits/s */ in wl_iw_get_range() 884 range->throughput = 1500000; /* 1.5 Mbits/s */ in wl_iw_get_range()
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | wl_iw.c | 840 range->throughput = 0x16E3600; /* 24 Mbits/s */ in wl_iw_get_range() 842 range->throughput = 0x16E360; /* 1.5 Mbits/s */ in wl_iw_get_range()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | wl_iw.c | 913 range->throughput = 24000000; /* 24 Mbits/s */ in wl_iw_get_range() 915 range->throughput = 1500000; /* 1.5 Mbits/s */ in wl_iw_get_range()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
D | wl_iw.c | 961 range->throughput = 24000000; /* 24 Mbits/s */ in wl_iw_get_range() 963 range->throughput = 1500000; /* 1.5 Mbits/s */ in wl_iw_get_range()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | ioctl_linux.c | 1586 range->throughput = 5 * 1000 * 1000; in rtw_wx_get_range()
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 63054 + * to improve FIFO usage and throughput, while still allowing
|