Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c134 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet() function
138 EXPORT_SYMBOL(wl12xx_is_dummy_packet);
276 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_tx_fill_hdr()
379 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_prepare_tx_frame()
675 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_skb_queue_head()
765 if (!wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked()
800 if (wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked()
914 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_complete_packet()
1028 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_reset_link_queues()
1102 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl12xx_tx_reset()
H A Dps.c92 if (WARN_ON(wl12xx_is_dummy_packet(wl, skb))) in wl1271_ps_filter_frames()
H A Dtx.h243 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c83 if (wl12xx_is_dummy_packet(wl, skb)) { in wl18xx_tx_complete_packet()