Home
last modified time | relevance | path

Searched defs:rspec (Results 1 – 19 of 19) sorted by relevance

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmwifi_rspec.h72 #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 …]
Dwlioctl.h7236 uint32 rspec; member
20072 int32 rspec; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmwifi_rspec.h68 #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 …]
Ddhd_rtt.c395 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()
Dwl_android.c3908 uint32 rspec; in wl_android_get_link_status() local
Ddhd_msgbuf.c4313 uint32 rspec; in dhd_prot_print_metadata() member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmwifi_rspec.h69 #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 …]
Ddhd_rtt.c385 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()
Dwl_android.c4022 uint32 rspec; in wl_android_get_link_status() local
Ddhd_msgbuf.c4411 uint32 rspec; in dhd_prot_print_metadata() member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_rtt.c345 #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 …]
Dwl_android.c3636 uint32 rspec; in wl_android_get_link_status() local
Ddhd_msgbuf.c3183 uint32 rspec; in dhd_prot_print_metadata() member
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_rtt.c421 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()
Dwl_android.c8623 uint32 rspec; in wl_android_get_link_status() local
Ddhd_msgbuf.c5231 uint32 rspec; member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dwlioctl.h4558 uint32 rspec; member
12333 int32 rspec; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dwlioctl.h6318 uint32 rspec; member
16618 int32 rspec; member
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dwlioctl.h6602 uint32 rspec; member
17169 int32 rspec; member