Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmwifi_rspec.h69 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument
74 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument
127 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument
128 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument
129 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument
130 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument
131 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument
133 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument
134 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument
135 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument
[all …]
H A Ddhd_rtt.c399 rate_rspec2rate(uint32 rspec) in rate_rspec2rate()
2167 uint32 rspec = 0; in dhd_rtt_start() local
2541 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
H A Ddhd_msgbuf.c4344 uint32 rspec; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmwifi_rspec.h69 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument
74 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument
127 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument
128 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument
129 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument
130 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument
131 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument
133 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument
134 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument
135 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument
[all …]
H A Ddhd_rtt.c399 rate_rspec2rate(uint32 rspec) in rate_rspec2rate()
2167 uint32 rspec = 0; in dhd_rtt_start() local
2541 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
H A Dwl_android.c6916 uint32 rspec; in wl_android_get_link_status() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmwifi_rspec.h69 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument
74 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument
127 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument
128 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument
129 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument
130 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument
131 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument
133 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument
134 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument
135 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument
[all …]
H A Ddhd_rtt.c399 rate_rspec2rate(uint32 rspec) in rate_rspec2rate()
2167 uint32 rspec = 0; in dhd_rtt_start() local
2541 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
H A Ddhd_msgbuf.c4344 uint32 rspec; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_rspec.c37 wf_he_rspec_to_rate(ratespec_t rspec, uint max_mcs, uint max_nss) in wf_he_rspec_to_rate()
60 _wf_rspec_to_rate(ratespec_t rspec, bool rsel) in _wf_rspec_to_rate()
109 wf_rspec_to_rate(ratespec_t rspec) in wf_rspec_to_rate()
119 wf_rspec_to_rate_rsel(ratespec_t rspec) in wf_rspec_to_rate_rsel()
127 wf_rspec_to_rate_legacy(ratespec_t rspec) in wf_rspec_to_rate_legacy()
161 ratespec_t rspec; in wf_he_plcp_to_rspec() local
207 ratespec_t rspec; in wf_vht_plcp_to_rspec() local
H A Dbcmwifi_monitor.c108 ratespec_t rspec = 0; in BCMFASTPATH() local
505 ratespec_t rspec = HT_RSPEC(mcs); in wlc_ht_phy_get_rate() local
542 bcmwifi_parse_ampdu(monitor_info_t *info, d11rxhdr_t *rxh, uint16 subtype, ratespec_t rspec, in bcmwifi_parse_ampdu()
624 ratespec_t rspec, uint8* plcp, struct wl_rxsts *sts) in bcmwifi_update_rate_modulation_info()
782 ratespec_t rspec; in wl_d11rx_to_rxsts() local
H A Dbcmwifi_radiotap.c151 ratespec_t rspec = 0; in wl_calcRspecFromRTap() local
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Drate.h115 static inline bool rspec_active(u32 rspec) in rspec_active()
120 static inline u8 rspec_phytxbyte2(u32 rspec) in rspec_phytxbyte2()
125 static inline u32 rspec_get_bw(u32 rspec) in rspec_get_bw()
130 static inline bool rspec_issgi(u32 rspec) in rspec_issgi()
135 static inline bool rspec_is40mhz(u32 rspec) in rspec_is40mhz()
142 static inline uint rspec2rate(u32 rspec) in rspec2rate()
150 static inline u8 rspec_mimoplcp3(u32 rspec) in rspec_mimoplcp3()
160 static inline uint rspec_stc(u32 rspec) in rspec_stc()
165 static inline uint rspec_stf(u32 rspec) in rspec_stf()
H A Dstf.c408 u32 rspec) in _brcms_c_stf_phytxchain_sel()
420 u16 brcms_c_stf_phytxchain_sel(struct brcms_c_info *wlc, u32 rspec) in brcms_c_stf_phytxchain_sel()
425 u16 brcms_c_stf_d11hdrs_phyctl_txant(struct brcms_c_info *wlc, u32 rspec) in brcms_c_stf_d11hdrs_phyctl_txant()
H A Dmain.c358 static u8 brcms_basic_rate(struct brcms_c_info *wlc, u32 rspec) in brcms_basic_rate()
366 static u16 frametype(u32 rspec, u8 mimoframe) in frametype()
5682 brcms_c_calc_ack_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_ack_time()
5701 brcms_c_calc_cts_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_cts_time()
5708 brcms_c_calc_ba_time(struct brcms_c_info *wlc, u32 rspec, in brcms_c_calc_ba_time()
5803 static bool brcms_c_valid_rate(struct brcms_c_info *wlc, u32 rspec, int band, in brcms_c_valid_rate()
5843 u32 rspec; in mac80211_wlc_set_nrate() local
6000 static void brcms_c_compute_mimo_plcp(u32 rspec, uint length, u8 *plcp) in brcms_c_compute_mimo_plcp()
6015 brcms_c_compute_ofdm_plcp(u32 rspec, u32 length, u8 *plcp) in brcms_c_compute_ofdm_plcp()
6036 static void brcms_c_compute_cck_plcp(struct brcms_c_info *wlc, u32 rspec, in brcms_c_compute_cck_plcp()
[all …]
H A Drate.c346 u32 rspec = PHY_TXC1_BW_20MHZ << RSPEC_BW_SHIFT; in brcms_c_compute_rspec() local
H A Dampdu.c646 u32 rspec = 0, rspec_fallback = 0; in brcms_c_ampdu_finalize() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_rtt.c342 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument
343 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument
344 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument
345 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument
346 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument
348 #define IS_MCS(rspec) (((rspec) & WL_RSPEC_ENCODING_MASK) != WL_RSPEC_ENCODE_RATE) argument
349 #define IS_STBC(rspec) (((((rspec) & WL_RSPEC_ENCODING_MASK) == WL_RSPEC_ENCODE_HT) || \ argument
352 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument
353 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument
354 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument
[all …]
H A Dwl_android.c3653 uint32 rspec; in wl_android_get_link_status() local
H A Ddhd_msgbuf.c3199 uint32 rspec; in dhd_prot_print_metadata() member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c151 ratespec_t rspec = 0; in wl_calcRspecFromRTap() local
H A 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()

12