Searched refs:wl12xx_is_dummy_packet (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 148 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) in wl12xx_is_dummy_packet() function 152 EXPORT_SYMBOL(wl12xx_is_dummy_packet); 293 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_tx_fill_hdr() 396 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_prepare_tx_frame() 692 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_skb_queue_head() 782 if (!wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked() 817 if (wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked() 932 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_complete_packet() 1046 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_reset_link_queues() 1120 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl12xx_tx_reset()
|
D | ps.c | 106 if (WARN_ON(wl12xx_is_dummy_packet(wl, skb))) in wl1271_ps_filter_frames()
|
D | tx.h | 257 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
|
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 97 if (wl12xx_is_dummy_packet(wl, skb)) { in wl18xx_tx_complete_packet()
|