Lines Matching full:polled
330 * Process pre-fetched messages: these could be non-polled messages or in scmi_vio_deferred_tx_worker()
331 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker()
511 * - bind the polled message to the xfer via .priv in virtio_send_message()
583 * For this same reason, here, we take care to free only the polled messages
586 * any timed-out polled message if that indeed appears to have been at least
588 * messages won't be freed elsewhere. Any other polled message is marked as
591 * Possible late replies to timed-out polled messages will be eventually freed
612 /* Must be a polled xfer and not already freed on the IRQ path */ in virtio_mark_txdone()
619 /* Do not free timedout polled messages only if still inflight */ in virtio_mark_txdone()
655 * out reply to a polled message that we should dequeue.
710 * Process all new messages till the polled-for message is found OR in virtio_poll_done()
733 /* Skip the rest if this was another polled msg */ in virtio_poll_done()
738 * Enqueue for later processing any non-polled message and any in virtio_poll_done()
739 * timed-out polled one that we happen to have dequeued. in virtio_poll_done()
761 * If we are still looking for the polled reply, the polling index has in virtio_poll_done()