Searched refs:tmp_packet (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | pio.c | 285 struct b43legacy_pio_txpacket *packet, *tmp_packet; in tx_tasklet() local 296 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) { in tx_tasklet() 383 struct b43legacy_pio_txpacket *packet, *tmp_packet; in cancel_transfers() local 387 list_for_each_entry_safe(packet, tmp_packet, &queue->txrunning, list) in cancel_transfers() 389 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) in cancel_transfers()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 2892 struct htc_packet *packet, *tmp_packet; in ath6kl_htc_mbox_cleanup() local 2896 list_for_each_entry_safe(packet, tmp_packet, in ath6kl_htc_mbox_cleanup() 2903 list_for_each_entry_safe(packet, tmp_packet, in ath6kl_htc_mbox_cleanup()
|