Searched refs:brcms_c_info (Results 1 – 18 of 18) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | pub.h | 145 struct brcms_c_info *wlc; 269 extern struct brcms_c_info * 272 extern uint brcms_c_detach(struct brcms_c_info *wlc); 273 extern int brcms_c_up(struct brcms_c_info *wlc); 274 extern uint brcms_c_down(struct brcms_c_info *wlc); 277 extern void brcms_c_init(struct brcms_c_info *wlc, bool mute_tx); 278 extern void brcms_c_reset(struct brcms_c_info *wlc); 280 extern void brcms_c_intrson(struct brcms_c_info *wlc); 281 extern u32 brcms_c_intrsoff(struct brcms_c_info *wlc); 282 extern void brcms_c_intrsrestore(struct brcms_c_info *wlc, u32 macintmask); [all …]
|
D | stf.h | 22 extern int brcms_c_stf_attach(struct brcms_c_info *wlc); 23 extern void brcms_c_stf_detach(struct brcms_c_info *wlc); 25 extern void brcms_c_tempsense_upd(struct brcms_c_info *wlc); 26 extern void brcms_c_stf_ss_algo_channel_get(struct brcms_c_info *wlc, 29 extern int brcms_c_stf_ss_update(struct brcms_c_info *wlc, 31 extern void brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc); 32 extern int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, 34 extern bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val); 35 extern void brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc); 36 extern void brcms_c_stf_phy_chain_calc(struct brcms_c_info *wlc); [all …]
|
D | stf.c | 47 static void brcms_c_stf_stbc_rx_ht_update(struct brcms_c_info *wlc, int val) in brcms_c_stf_stbc_rx_ht_update() 65 void brcms_c_tempsense_upd(struct brcms_c_info *wlc) in brcms_c_tempsense_upd() 87 brcms_c_stf_ss_algo_channel_get(struct brcms_c_info *wlc, u16 *ss_algo_channel, in brcms_c_stf_ss_algo_channel_get() 131 static bool brcms_c_stf_stbc_tx_set(struct brcms_c_info *wlc, s32 int_val) in brcms_c_stf_stbc_tx_set() 145 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val) in brcms_c_stf_stbc_rx_set() 161 static int brcms_c_stf_txcore_set(struct brcms_c_info *wlc, u8 Nsts, in brcms_c_stf_txcore_set() 193 static int brcms_c_stf_spatial_policy_set(struct brcms_c_info *wlc, int val) in brcms_c_stf_spatial_policy_set() 226 static void _brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc) in _brcms_c_stf_phy_txant_upd() 264 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force) in brcms_c_stf_txchain_set() 307 int brcms_c_stf_ss_update(struct brcms_c_info *wlc, struct brcms_band *band) in brcms_c_stf_ss_update() [all …]
|
D | main.h | 314 struct brcms_c_info *wlc; 455 struct brcms_c_info { struct 575 struct brcms_c_info *wlc; /* pointer to main wlc structure */ argument 611 struct brcms_c_info *wlc; 619 extern int brcms_c_txfifo(struct brcms_c_info *wlc, uint fifo, 624 extern int brcms_c_set_gmode(struct brcms_c_info *wlc, u8 gmode, bool config); 625 extern void brcms_c_mac_promisc(struct brcms_c_info *wlc, uint filter_flags); 626 extern u16 brcms_c_calc_lsig_len(struct brcms_c_info *wlc, u32 ratespec, 628 extern u32 brcms_c_rspec_to_rts_rspec(struct brcms_c_info *wlc, 631 extern u16 brcms_c_compute_rtscts_dur(struct brcms_c_info *wlc, bool cts_only, [all …]
|
D | main.c | 324 static struct brcms_c_info *wlc_info_dbg = (struct brcms_c_info *) (NULL); 358 static u8 brcms_basic_rate(struct brcms_c_info *wlc, u32 rspec) in brcms_basic_rate() 389 static bool brcms_deviceremoved(struct brcms_c_info *wlc) in brcms_deviceremoved() 401 static int brcms_txpktpendtot(struct brcms_c_info *wlc) in brcms_txpktpendtot() 412 static bool brcms_is_mband_unlocked(struct brcms_c_info *wlc) in brcms_is_mband_unlocked() 436 static void brcms_c_detach_mfree(struct brcms_c_info *wlc) in brcms_c_detach_mfree() 481 static struct brcms_c_info * 484 struct brcms_c_info *wlc; in brcms_c_attach_malloc() 486 wlc = kzalloc(sizeof(struct brcms_c_info), GFP_ATOMIC); in brcms_c_attach_malloc() 614 static uint brcms_c_calc_frame_time(struct brcms_c_info *wlc, u32 ratespec, in brcms_c_calc_frame_time() [all …]
|
D | ampdu.h | 32 struct brcms_c_info *wlc; 41 struct brcms_c_info *wlc); 46 extern struct ampdu_info *brcms_c_ampdu_attach(struct brcms_c_info *wlc); 50 extern void brcms_c_ampdu_macaddr_upd(struct brcms_c_info *wlc);
|
D | ampdu.c | 126 struct brcms_c_info *wlc; 183 struct brcms_c_info *wlc = ampdu->wlc; in brcms_c_ampdu_set() 223 struct ampdu_info *brcms_c_ampdu_attach(struct brcms_c_info *wlc) in brcms_c_ampdu_attach() 356 static int brcms_c_ffpld_check_txfunfl(struct brcms_c_info *wlc, int fid) in brcms_c_ffpld_check_txfunfl() 478 brcms_c_ampdu_tx_operational(struct brcms_c_info *wlc, u8 tid, in brcms_c_ampdu_tx_operational() 502 struct brcms_c_info *wlc) in brcms_c_ampdu_reset_session() 520 struct brcms_c_info *wlc = session->wlc; in brcms_c_ampdu_add_frame() 628 struct brcms_c_info *wlc = session->wlc; in brcms_c_ampdu_finalize() 822 brcms_c_ampdu_rate_status(struct brcms_c_info *wlc, in brcms_c_ampdu_rate_status() 842 struct brcms_c_info *wlc = ampdu->wlc; in brcms_c_ampdu_dotxstatus_complete() [all …]
|
D | channel.h | 36 brcms_c_channel_mgr_attach(struct brcms_c_info *wlc); 49 extern void brcms_c_regd_init(struct brcms_c_info *wlc);
|
D | channel.c | 117 struct brcms_c_info *wlc; 317 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_set_country() 331 struct brcms_cm_info *brcms_c_channel_mgr_attach(struct brcms_c_info *wlc) in brcms_c_channel_mgr_attach() 381 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_channel_set_chanspec() 406 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_channel_reg_limits() 611 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_valid_chanspec_ext() 709 struct brcms_c_info *wlc = wl->wlc; in brcms_reg_notifier() 748 void brcms_c_regd_init(struct brcms_c_info *wlc) in brcms_c_regd_init()
|
D | dma.h | 77 extern struct dma_pub *dma_attach(char *name, struct brcms_c_info *wlc, 89 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
|
D | phy_shim.c | 34 struct brcms_c_info *wlc; /* pointer to main wlc structure */ 40 struct brcms_c_info *wlc) { in wlc_phy_shim_attach()
|
D | antsel.h | 20 extern struct antsel_info *brcms_c_antsel_attach(struct brcms_c_info *wlc);
|
D | antsel.c | 109 struct antsel_info *brcms_c_antsel_attach(struct brcms_c_info *wlc) in brcms_c_antsel_attach() 203 struct brcms_c_info *wlc = asi->wlc; in brcms_c_antsel_cfgupd()
|
D | mac80211_if.h | 65 struct brcms_c_info *wlc; /* pointer to private common data */
|
D | phy_shim.h | 129 struct brcms_c_info *wlc);
|
D | types.h | 282 struct brcms_c_info;
|
D | dma.c | 548 struct dma_pub *dma_attach(char *name, struct brcms_c_info *wlc, in dma_attach() 1370 int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub, in dma_txfast()
|
D | mac80211_if.c | 1019 struct brcms_c_info *wlc = wl->wlc; in ieee_hw_rate_init()
|