Lines Matching defs:wl
36 static int wl1271_set_default_wep_key(struct wl1271 *wl, in wl1271_set_default_wep_key()
55 static int wl1271_alloc_tx_id(struct wl1271 *wl, struct sk_buff *skb) in wl1271_alloc_tx_id()
69 static void wl1271_free_tx_id(struct wl1271 *wl, int id) in wl1271_free_tx_id()
80 static int wl1271_tx_update_filters(struct wl1271 *wl, in wl1271_tx_update_filters()
109 static void wl1271_tx_ap_update_inconnection_sta(struct wl1271 *wl, in wl1271_tx_ap_update_inconnection_sta()
125 static void wl1271_tx_regulate_link(struct wl1271 *wl, in wl1271_tx_regulate_link()
149 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet()
154 u8 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid_ap()
179 u8 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl12xx_tx_get_hlid()
201 static unsigned int wl12xx_calc_packet_alignment(struct wl1271 *wl, in wl12xx_calc_packet_alignment()
210 static int wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_tx_allocate()
280 static void wl1271_tx_fill_hdr(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_tx_fill_hdr()
391 static int wl1271_prepare_tx_frame(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_prepare_tx_frame()
465 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set, in wl1271_tx_enabled_rates_get()
491 void wl1271_handle_tx_low_watermark(struct wl1271 *wl) in wl1271_handle_tx_low_watermark()
509 static struct sk_buff_head *wl1271_select_queue(struct wl1271 *wl, in wl1271_select_queue()
537 static struct sk_buff *wl12xx_lnk_skb_dequeue(struct wl1271 *wl, in wl12xx_lnk_skb_dequeue()
559 static struct sk_buff *wl12xx_vif_skb_dequeue(struct wl1271 *wl, in wl12xx_vif_skb_dequeue()
590 static struct sk_buff *wl1271_skb_dequeue(struct wl1271 *wl) in wl1271_skb_dequeue()
634 static void wl1271_skb_queue_head(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_skb_queue_head()
663 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids) in wl12xx_rearm_rx_streaming()
699 void wl1271_tx_work_locked(struct wl1271 *wl) in wl1271_tx_work_locked()
783 struct wl1271 *wl = container_of(work, struct wl1271, tx_work); in wl1271_tx_work() local
798 static void wl1271_tx_complete_packet(struct wl1271 *wl, in wl1271_tx_complete_packet()
888 void wl1271_tx_complete(struct wl1271 *wl) in wl1271_tx_complete()
925 void wl1271_tx_reset_link_queues(struct wl1271 *wl, u8 hlid) in wl1271_tx_reset_link_queues()
958 void wl12xx_tx_reset_wlvif(struct wl1271 *wl, struct wl12xx_vif *wlvif) in wl12xx_tx_reset_wlvif()
977 void wl12xx_tx_reset(struct wl1271 *wl, bool reset_tx_queues) in wl12xx_tx_reset()
1031 void wl1271_tx_flush(struct wl1271 *wl) in wl1271_tx_flush()
1053 u32 wl1271_tx_min_rate_get(struct wl1271 *wl, u32 rate_set) in wl1271_tx_min_rate_get()