Searched refs:txqueue (Results 1 – 7 of 7) sorted by relevance
296 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) { in tx_tasklet()345 INIT_LIST_HEAD(&queue->txqueue); in b43legacy_setup_pioqueue()389 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) in cancel_transfers()479 list_move_tail(&packet->list, &queue->txqueue); in b43legacy_pio_tx()545 if (!list_empty(&queue->txqueue)) in b43legacy_pio_handle_txstatus()687 if (!list_empty(&pio->queue0->txqueue)) in b43legacy_pio_thaw_txqueues()689 if (!list_empty(&pio->queue1->txqueue)) in b43legacy_pio_thaw_txqueues()691 if (!list_empty(&pio->queue2->txqueue)) in b43legacy_pio_thaw_txqueues()693 if (!list_empty(&pio->queue3->txqueue)) in b43legacy_pio_thaw_txqueues()
72 struct list_head txqueue; member
93 unsigned char txqueue; /* Tx Packet buffer queue length. */ member
389 ei_local->txqueue++; in __ei_start_xmit()586 ei_local->txqueue--; in ei_tx_intr()
1074 else ei_local->txqueue++; in axnet_start_xmit()1280 ei_local->txqueue--; in ei_tx_intr()
1145 int txqueue; member
2638 vptr->tx.numq = info->txqueue; in velocity_init_info()