Searched refs:temp_queue (Results 1 – 2 of 2) sorted by relevance
149 struct sk_buff_head temp_queue; in nr_state3_machine() local230 skb_queue_head_init(&temp_queue); in nr_state3_machine()240 skb_queue_tail(&temp_queue, skbn); in nr_state3_machine()243 skb_queue_tail(&temp_queue, skbn); in nr_state3_machine()248 while ((skbn = skb_dequeue(&temp_queue)) != NULL) { in nr_state3_machine()
634 struct fsl_qdma_queue *temp_queue; in fsl_qdma_queue_transfer_complete() local659 temp_queue = fsl_queue + i; in fsl_qdma_queue_transfer_complete()661 spin_lock(&temp_queue->queue_lock); in fsl_qdma_queue_transfer_complete()662 if (list_empty(&temp_queue->comp_used)) { in fsl_qdma_queue_transfer_complete()664 spin_unlock(&temp_queue->queue_lock); in fsl_qdma_queue_transfer_complete()668 fsl_comp = list_first_entry(&temp_queue->comp_used, in fsl_qdma_queue_transfer_complete()673 spin_unlock(&temp_queue->queue_lock); in fsl_qdma_queue_transfer_complete()688 spin_unlock(&temp_queue->queue_lock); in fsl_qdma_queue_transfer_complete()702 spin_unlock(&temp_queue->queue_lock); in fsl_qdma_queue_transfer_complete()