• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/

Lines Matching refs:iwl_priv

100 int iwl_reset_ict(struct iwl_priv *priv);
101 void iwl_disable_ict(struct iwl_priv *priv);
102 int iwl_alloc_isr_ict(struct iwl_priv *priv);
103 void iwl_free_isr_ict(struct iwl_priv *priv);
105 bool iwl_good_ack_health(struct iwl_priv *priv,
109 void iwlagn_set_wr_ptrs(struct iwl_priv *priv,
111 void iwlagn_tx_queue_set_status(struct iwl_priv *priv,
114 void iwlagn_txq_update_byte_cnt_tbl(struct iwl_priv *priv,
117 void iwlagn_txq_inval_byte_cnt_tbl(struct iwl_priv *priv,
119 int iwlagn_txq_agg_enable(struct iwl_priv *priv, int txq_id,
121 int iwlagn_txq_agg_disable(struct iwl_priv *priv, u16 txq_id,
123 void iwlagn_txq_set_sched(struct iwl_priv *priv, u32 mask);
124 void iwl_free_tfds_in_queue(struct iwl_priv *priv,
128 int iwlagn_load_ucode(struct iwl_priv *priv);
129 void iwlagn_rx_calib_result(struct iwl_priv *priv,
131 void iwlagn_rx_calib_complete(struct iwl_priv *priv,
133 void iwlagn_init_alive_start(struct iwl_priv *priv);
134 int iwlagn_alive_notify(struct iwl_priv *priv);
135 int iwl_verify_ucode(struct iwl_priv *priv);
138 void iwl_check_abort_status(struct iwl_priv *priv,
140 void iwlagn_rx_handler_setup(struct iwl_priv *priv);
141 void iwlagn_setup_deferred_work(struct iwl_priv *priv);
143 int iwlagn_send_tx_power(struct iwl_priv *priv);
144 void iwlagn_temperature(struct iwl_priv *priv);
145 u16 iwlagn_eeprom_calib_version(struct iwl_priv *priv);
146 const u8 *iwlagn_eeprom_query_addr(const struct iwl_priv *priv,
148 void iwlagn_rx_queue_reset(struct iwl_priv *priv, struct iwl_rx_queue *rxq);
149 int iwlagn_rx_init(struct iwl_priv *priv, struct iwl_rx_queue *rxq);
150 int iwlagn_hw_nic_init(struct iwl_priv *priv);
151 int iwlagn_wait_tx_queue_empty(struct iwl_priv *priv);
152 int iwlagn_txfifo_flush(struct iwl_priv *priv, u16 flush_control);
153 void iwlagn_dev_txfifo_flush(struct iwl_priv *priv, u16 flush_control);
156 void iwlagn_rx_queue_restock(struct iwl_priv *priv);
157 void iwlagn_rx_allocate(struct iwl_priv *priv, gfp_t priority);
158 void iwlagn_rx_replenish(struct iwl_priv *priv);
159 void iwlagn_rx_replenish_now(struct iwl_priv *priv);
160 void iwlagn_rx_queue_free(struct iwl_priv *priv, struct iwl_rx_queue *rxq);
161 int iwlagn_rxq_stop(struct iwl_priv *priv);
163 void iwlagn_rx_reply_rx(struct iwl_priv *priv,
165 void iwlagn_rx_reply_rx_phy(struct iwl_priv *priv,
169 void iwlagn_hwrate_to_tx_control(struct iwl_priv *priv, u32 rate_n_flags,
171 int iwlagn_tx_skb(struct iwl_priv *priv, struct sk_buff *skb);
172 int iwlagn_tx_agg_start(struct iwl_priv *priv, struct ieee80211_vif *vif,
174 int iwlagn_tx_agg_stop(struct iwl_priv *priv, struct ieee80211_vif *vif,
176 int iwlagn_txq_check_empty(struct iwl_priv *priv,
178 void iwlagn_rx_reply_compressed_ba(struct iwl_priv *priv,
180 int iwlagn_tx_queue_reclaim(struct iwl_priv *priv, int txq_id, int index);
181 void iwlagn_hw_txq_ctx_free(struct iwl_priv *priv);
182 int iwlagn_txq_ctx_alloc(struct iwl_priv *priv);
183 void iwlagn_txq_ctx_reset(struct iwl_priv *priv);
184 void iwlagn_txq_ctx_stop(struct iwl_priv *priv);
209 void iwl_rx_missed_beacon_notif(struct iwl_priv *priv,
211 bool iwl_good_plcp_health(struct iwl_priv *priv,
213 void iwl_rx_statistics(struct iwl_priv *priv,
215 void iwl_reply_statistics(struct iwl_priv *priv,
219 void iwlagn_request_scan(struct iwl_priv *priv, struct ieee80211_vif *vif);
222 int iwlagn_manage_ibss_station(struct iwl_priv *priv,
226 int iwlagn_send_rxon_assoc(struct iwl_priv *priv);
227 int iwlagn_send_tx_ant_config(struct iwl_priv *priv, u8 valid_tx_ant);