Lines Matching defs:queue
295 struct list_head queue;
336 struct list_head queue;
501 /* If this packet has unsent data, then re-queue it. */
504 * Re-queue it at the head of the highest priority queue so
510 list_add(&packet->queue, &hw->tx_queue[0]);
566 struct ipw_rx_packet, queue);
569 list_del(&packet->queue);
615 list_add(&packet->queue, &hw->rx_pool);
670 /* If it's a CTRL packet, don't assemble, just queue it. */
690 list_add_tail(&packet->queue, &hw->rx_queue);
691 /* Block reception of incoming packets if queue is full. */
713 struct ipw_rx_packet, queue);
717 list_del(&packet->queue);
754 * Unblock reception of incoming packets if queue is no longer
971 queue);
974 list_del(&packet->queue);
1243 list_add_tail(&packet->queue, &hw->tx_queue[priority]);
1262 INIT_LIST_HEAD(&packet->queue);
1285 INIT_LIST_HEAD(&packet->header.queue);
1745 list_for_each_entry_safe(tp, tq, &hw->tx_queue[i], queue) {
1746 list_del(&tp->queue);
1750 list_for_each_entry_safe(rp, rq, &hw->rx_queue, queue) {
1751 list_del(&rp->queue);
1755 list_for_each_entry_safe(rp, rq, &hw->rx_pool, queue) {
1756 list_del(&rp->queue);