Lines Matching defs:queue
398 * queue is closed or pending failover.
1714 /* Disable TX and report carrier off if queue is closed
1731 netdev_dbg(netdev, "Stopping queue %d\n", queue_num);
2365 * flush reset queue and process this reset
2446 /* The queue entry at the current index is peeked at above
2945 dev_warn(dev, "Couldn't allocate crq queue messages page\n");
2952 dev_warn(dev, "Couldn't map crq queue messages page\n");
3102 /* The queue entry at the current index is peeked at above
3151 netdev_dbg(adapter->netdev, "Started queue %d\n",
3537 struct ibmvnic_crq_queue *queue = &adapter->crq;
3540 crq = &queue->msgs[queue->cur];
3542 if (++queue->cur == queue->size)
3543 queue->cur = 0;
3561 "%s failed: Backing queue closed. Adapter is down or failover pending. (rc=%d)\n",
4404 dev_info(dev, "req=%lld, rsp=%ld in %s queue, retrying.\n",
5037 struct ibmvnic_crq_queue *queue = &adapter->crq;
5042 spin_lock_irqsave(&queue->lock, flags);
5061 spin_unlock_irqrestore(&queue->lock, flags);
5091 /* Clean out the queue */
5502 ret += PAGE_SIZE; /* the crq message queue */
5506 ret += 4 * PAGE_SIZE; /* the scrq message queue */