Lines Matching refs:txqueue
283 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list) {
286 * packet is left in the txqueue.
332 INIT_LIST_HEAD(&queue->txqueue);
375 list_for_each_entry_safe(packet, tmp_packet, &queue->txqueue, list)
465 list_move_tail(&packet->list, &queue->txqueue);
528 /* If there are packets on the txqueue, poke the tasklet
531 if (!list_empty(&queue->txqueue))
673 if (!list_empty(&pio->queue0->txqueue))
675 if (!list_empty(&pio->queue1->txqueue))
677 if (!list_empty(&pio->queue2->txqueue))
679 if (!list_empty(&pio->queue3->txqueue))