Lines Matching refs:wl1271

219 static inline int wl1271_tx_total_queue_count(struct wl1271 *wl)  in wl1271_tx_total_queue_count()
230 int wlcore_tx_work_locked(struct wl1271 *wl);
231 int wlcore_tx_complete(struct wl1271 *wl);
232 void wl12xx_tx_reset_wlvif(struct wl1271 *wl, struct wl12xx_vif *wlvif);
233 void wl12xx_tx_reset(struct wl1271 *wl);
234 void wl1271_tx_flush(struct wl1271 *wl);
235 u8 wlcore_rate_to_idx(struct wl1271 *wl, u8 rate, enum nl80211_band band);
236 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set,
238 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set);
239 u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif,
241 void wl1271_tx_reset_link_queues(struct wl1271 *wl, u8 hlid);
242 void wl1271_handle_tx_low_watermark(struct wl1271 *wl);
243 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
244 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);
245 unsigned int wlcore_calc_packet_alignment(struct wl1271 *wl,
247 void wl1271_free_tx_id(struct wl1271 *wl, int id);
248 void wlcore_stop_queue_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif,
250 void wlcore_stop_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue,
252 void wlcore_wake_queue(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 queue,
254 void wlcore_stop_queues(struct wl1271 *wl,
256 void wlcore_wake_queues(struct wl1271 *wl,
258 bool wlcore_is_queue_stopped_by_reason(struct wl1271 *wl,
262 wlcore_is_queue_stopped_by_reason_locked(struct wl1271 *wl,
266 bool wlcore_is_queue_stopped_locked(struct wl1271 *wl, struct wl12xx_vif *wlvif,
270 void wl1271_free_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid);
271 void wl12xx_rearm_tx_watchdog_locked(struct wl1271 *wl);