| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | bcmwifi_rspec.h | 72 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument 77 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument 79 #define HE_GI_TO_RSPEC_SET(rspec, gi) ((rspec & (~WL_RSPEC_HE_GI_MASK)) | \ argument 94 #define RSPEC_HE_DCM(rspec) (((rspec) & WL_RSPEC_DCM) >> WL_RSPEC_DCM_SHIFT) argument 95 #define RSPEC_HE_ER(rspec) (((rspec) & WL_RSPEC_ER_MASK) >> WL_RSPEC_ER_SHIFT) argument 97 #define RSPEC_HE_ER_ENAB(rspec) (((rspec) & WL_RSPEC_ER_ENAB_MASK) >> \ argument 100 #define RSPEC_HE_ER_ENAB(rspec) FALSE argument 102 #define RSPEC_HE_ER_TONE(rspec) (((rspec) & WL_RSPEC_ER_TONE_MASK) >> \ argument 172 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument 173 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument [all …]
|
| D | wlioctl.h | 7236 uint32 rspec; member 20072 int32 rspec; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | bcmwifi_rspec.h | 68 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument 73 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument 126 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument 127 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument 128 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument 129 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument 130 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument 132 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument 133 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument 134 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument [all …]
|
| D | dhd_rtt.c | 395 rate_rspec2rate(uint32 rspec) in rate_rspec2rate() 2236 uint32 rspec = 0; in dhd_rtt_start() local 2614 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
|
| D | wl_android.c | 3908 uint32 rspec; in wl_android_get_link_status() local
|
| D | dhd_msgbuf.c | 4313 uint32 rspec; in dhd_prot_print_metadata() member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | bcmwifi_rspec.h | 69 #define RSPEC_HE_LTF_GI(rspec) \ argument 75 #define RSPEC_ISHEGI(rspec) \ argument 133 #define RSPEC_BW(rspec) ((rspec)&WL_RSPEC_BW_MASK) argument 134 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument 135 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument 136 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument 137 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument 139 #define RSPEC_ISSGI(rspec) (((rspec)&WL_RSPEC_SGI) != 0) argument 140 #define RSPEC_ISLDPC(rspec) (((rspec)&WL_RSPEC_LDPC) != 0) argument 141 #define RSPEC_ISSTBC(rspec) (((rspec)&WL_RSPEC_STBC) != 0) argument [all …]
|
| D | dhd_rtt.c | 385 static uint32 rate_rspec2rate(uint32 rspec) in rate_rspec2rate() 2250 uint32 rspec = 0; in dhd_rtt_start() local 2632 static wifi_rate_t dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
|
| D | wl_android.c | 4022 uint32 rspec; in wl_android_get_link_status() local
|
| D | dhd_msgbuf.c | 4411 uint32 rspec; in dhd_prot_print_metadata() member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd_rtt.c | 345 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument 346 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument 347 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument 348 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument 349 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument 351 #define IS_MCS(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) != WL_RSPEC_ENCODE_RATE) argument 352 #define IS_STBC(rspec) (((((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_HT) || \ argument 355 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument 356 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument 357 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument [all …]
|
| D | wl_android.c | 3636 uint32 rspec; in wl_android_get_link_status() local
|
| D | dhd_msgbuf.c | 3183 uint32 rspec; in dhd_prot_print_metadata() member
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | dhd_rtt.c | 421 rate_rspec2rate(uint32 rspec) in rate_rspec2rate() 2669 uint32 rspec = 0; in dhd_rtt_set_ftm_config_ratespec() local 3156 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
|
| D | wl_android.c | 8623 uint32 rspec; in wl_android_get_link_status() local
|
| D | dhd_msgbuf.c | 5231 uint32 rspec; member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | wlioctl.h | 4558 uint32 rspec; member 12333 int32 rspec; member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | wlioctl.h | 6318 uint32 rspec; member 16618 int32 rspec; member
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
| D | wlioctl.h | 6602 uint32 rspec; member 17169 int32 rspec; member
|