Searched refs:wl12xx_is_dummy_packet (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dtx.c147 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) wl12xx_is_dummy_packet() function
151 EXPORT_SYMBOL(wl12xx_is_dummy_packet); variable
295 is_dummy = wl12xx_is_dummy_packet(wl, skb); wl1271_tx_fill_hdr()
398 is_dummy = wl12xx_is_dummy_packet(wl, skb); wl1271_prepare_tx_frame()
694 if (wl12xx_is_dummy_packet(wl, skb)) { wl1271_skb_queue_head()
784 if (!wl12xx_is_dummy_packet(wl, skb)) wlcore_tx_work_locked()
819 if (wl12xx_is_dummy_packet(wl, skb)) wlcore_tx_work_locked()
931 if (wl12xx_is_dummy_packet(wl, skb)) { wl1271_tx_complete_packet()
1045 if (!wl12xx_is_dummy_packet(wl, skb)) { wl1271_tx_reset_link_queues()
1119 if (!wl12xx_is_dummy_packet(wl, skb)) { wl12xx_tx_reset()
H A Dps.c252 if (WARN_ON(wl12xx_is_dummy_packet(wl, skb))) wl1271_ps_filter_frames()
H A Dtx.h257 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dtx.c95 if (wl12xx_is_dummy_packet(wl, skb)) { wl18xx_tx_complete_packet()

Completed in 158 milliseconds