Searched refs:tmp_packet (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/broadcom/b43legacy/ | 
| D | pio.c | 272 	struct b43legacy_pio_txpacket *packet, *tmp_packet;  in tx_tasklet()  local283 	list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) {  in tx_tasklet()
 369 	struct b43legacy_pio_txpacket *packet, *tmp_packet;  in cancel_transfers()  local
 373 	list_for_each_entry_safe(packet, tmp_packet, &queue->txrunning, list)  in cancel_transfers()
 375 	list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list)  in cancel_transfers()
 
 | 
| /Linux-v5.10/drivers/net/wireless/ath/ath6kl/ | 
| D | htc_mbox.c | 2893 	struct htc_packet *packet, *tmp_packet;  in ath6kl_htc_mbox_cleanup()  local2897 	list_for_each_entry_safe(packet, tmp_packet,  in ath6kl_htc_mbox_cleanup()
 2904 	list_for_each_entry_safe(packet, tmp_packet,  in ath6kl_htc_mbox_cleanup()
 
 |