Searched refs:tmp_packet (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 272 struct b43legacy_pio_txpacket *packet, *tmp_packet; in tx_tasklet() local 283 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-5.19.10/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 2890 struct htc_packet *packet, *tmp_packet; in ath6kl_htc_mbox_cleanup() local 2894 list_for_each_entry_safe(packet, tmp_packet, in ath6kl_htc_mbox_cleanup() 2901 list_for_each_entry_safe(packet, tmp_packet, in ath6kl_htc_mbox_cleanup()
|