Searched defs:rspec (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | rate.h | 115 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()
|
D | stf.c | 408 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()
|
D | main.c | 358 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 …]
|
D | rate.c | 346 u32 rspec = PHY_TXC1_BW_20MHZ << RSPEC_BW_SHIFT; in brcms_c_compute_rspec() local
|
D | ampdu.c | 646 u32 rspec = 0, rspec_fallback = 0; in brcms_c_ampdu_finalize() local
|