Searched refs:wl12xx_is_dummy_packet (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 134 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); 279 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_tx_fill_hdr() 382 is_dummy = wl12xx_is_dummy_packet(wl, skb); in wl1271_prepare_tx_frame() 678 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_skb_queue_head() 768 if (!wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked() 803 if (wl12xx_is_dummy_packet(wl, skb)) in wlcore_tx_work_locked() 917 if (wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_complete_packet() 1031 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl1271_tx_reset_link_queues() 1105 if (!wl12xx_is_dummy_packet(wl, skb)) { in wl12xx_tx_reset()
|
D | ps.c | 92 if (WARN_ON(wl12xx_is_dummy_packet(wl, skb))) in wl1271_ps_filter_frames()
|
D | tx.h | 243 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb);
|
/linux-6.1.9/drivers/net/wireless/ti/wl18xx/ |
D | tx.c | 83 if (wl12xx_is_dummy_packet(wl, skb)) { in wl18xx_tx_complete_packet()
|