|
void | brcms_c_txfifo (struct brcms_c_info *wlc, uint fifo, struct sk_buff *p, bool commit, s8 txpktpend) |
|
void | brcms_c_txfifo_complete (struct brcms_c_info *wlc, uint fifo, s8 txpktpend) |
|
void | brcms_c_txq_enq (struct brcms_c_info *wlc, struct scb *scb, struct sk_buff *sdu, uint prec) |
|
void | brcms_c_print_txstatus (struct tx_status *txs) |
|
int | brcms_b_xmtfifo_sz_get (struct brcms_hardware *wlc_hw, uint fifo, uint *blocks) |
|
int | brcms_c_set_gmode (struct brcms_c_info *wlc, u8 gmode, bool config) |
|
void | brcms_c_mac_promisc (struct brcms_c_info *wlc, uint filter_flags) |
|
void | brcms_c_send_q (struct brcms_c_info *wlc) |
|
int | brcms_c_prep_pdu (struct brcms_c_info *wlc, struct sk_buff *pdu, uint *fifo) |
|
u16 | brcms_c_calc_lsig_len (struct brcms_c_info *wlc, u32 ratespec, uint mac_len) |
|
u32 | brcms_c_rspec_to_rts_rspec (struct brcms_c_info *wlc, u32 rspec, bool use_rspec, u16 mimo_ctlchbw) |
|
u16 | brcms_c_compute_rtscts_dur (struct brcms_c_info *wlc, bool cts_only, u32 rts_rate, u32 frame_rate, u8 rts_preamble_type, u8 frame_preamble_type, uint frame_len, bool ba) |
|
void | brcms_c_inval_dma_pkts (struct brcms_hardware *hw, struct ieee80211_sta *sta, void(*dma_callback_fn)) |
|
void | brcms_c_update_beacon (struct brcms_c_info *wlc) |
|
void | brcms_c_update_probe_resp (struct brcms_c_info *wlc, bool suspend) |
|
int | brcms_c_set_nmode (struct brcms_c_info *wlc) |
|
void | brcms_c_beacon_phytxctl_txant_upd (struct brcms_c_info *wlc, u32 bcn_rate) |
|
void | brcms_b_antsel_type_set (struct brcms_hardware *wlc_hw, u8 antsel_type) |
|
void | brcms_b_set_chanspec (struct brcms_hardware *wlc_hw, u16 chanspec, bool mute, struct txpwr_limits *txpwr) |
|
void | brcms_b_write_shm (struct brcms_hardware *wlc_hw, uint offset, u16 v) |
|
u16 | brcms_b_read_shm (struct brcms_hardware *wlc_hw, uint offset) |
|
void | brcms_b_mhf (struct brcms_hardware *wlc_hw, u8 idx, u16 mask, u16 val, int bands) |
|
void | brcms_b_corereset (struct brcms_hardware *wlc_hw, u32 flags) |
|
void | brcms_b_mctrl (struct brcms_hardware *wlc_hw, u32 mask, u32 val) |
|
void | brcms_b_phy_reset (struct brcms_hardware *wlc_hw) |
|
void | brcms_b_bw_set (struct brcms_hardware *wlc_hw, u16 bw) |
|
void | brcms_b_core_phypll_reset (struct brcms_hardware *wlc_hw) |
|
void | brcms_c_ucode_wake_override_set (struct brcms_hardware *wlc_hw, u32 override_bit) |
|
void | brcms_c_ucode_wake_override_clear (struct brcms_hardware *wlc_hw, u32 override_bit) |
|
void | brcms_b_write_template_ram (struct brcms_hardware *wlc_hw, int offset, int len, void *buf) |
|
u16 | brcms_b_rate_shm_offset (struct brcms_hardware *wlc_hw, u8 rate) |
|
void | brcms_b_copyto_objmem (struct brcms_hardware *wlc_hw, uint offset, const void *buf, int len, u32 sel) |
|
void | brcms_b_copyfrom_objmem (struct brcms_hardware *wlc_hw, uint offset, void *buf, int len, u32 sel) |
|
void | brcms_b_switch_macfreq (struct brcms_hardware *wlc_hw, u8 spurmode) |
|
u16 | brcms_b_get_txant (struct brcms_hardware *wlc_hw) |
|
void | brcms_b_phyclk_fgc (struct brcms_hardware *wlc_hw, bool clk) |
|
void | brcms_b_macphyclk_set (struct brcms_hardware *wlc_hw, bool clk) |
|
void | brcms_b_core_phypll_ctl (struct brcms_hardware *wlc_hw, bool on) |
|
void | brcms_b_txant_set (struct brcms_hardware *wlc_hw, u16 phytxant) |
|
void | brcms_b_band_stf_ss_set (struct brcms_hardware *wlc_hw, u8 stf_mode) |
|
void | brcms_c_init_scb (struct scb *scb) |
|