Searched refs:txrunning (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.h | 74 /* Packets on the txrunning queue are completely 77 struct list_head txrunning; member
|
H A D | pio.c | 260 * packet to the txrunning list. in pio_tx_packet() 262 list_move_tail(&packet->list, &queue->txrunning); in pio_tx_packet() 287 * If transmission succeed, the packet is moved to txrunning. in tx_tasklet() 333 INIT_LIST_HEAD(&queue->txrunning); in b43legacy_setup_pioqueue() 373 list_for_each_entry_safe(packet, tmp_packet, &queue->txrunning, list) in cancel_transfers()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.h | 74 /* Packets on the txrunning queue are completely 77 struct list_head txrunning; member
|
H A D | pio.c | 260 * packet to the txrunning list. in pio_tx_packet() 262 list_move_tail(&packet->list, &queue->txrunning); in pio_tx_packet() 287 * If transmission succeed, the packet is moved to txrunning. in tx_tasklet() 333 INIT_LIST_HEAD(&queue->txrunning); in b43legacy_setup_pioqueue() 373 list_for_each_entry_safe(packet, tmp_packet, &queue->txrunning, list) in cancel_transfers()
|
Completed in 3 milliseconds