Lines Matching full:polled
327 * Process pre-fetched messages: these could be non-polled messages or in scmi_vio_deferred_tx_worker()
328 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker()
522 * - bind the polled message to the xfer via .priv in virtio_send_message()
593 * For this same reason, here, we take care to free only the polled messages
596 * any timed-out polled message if that indeed appears to have been at least
598 * messages won't be freed elsewhere. Any other polled message is marked as
601 * Possible late replies to timed-out polled messages will be eventually freed
622 /* Must be a polled xfer and not already freed on the IRQ path */ in virtio_mark_txdone()
629 /* Do not free timedout polled messages only if still inflight */ in virtio_mark_txdone()
665 * out reply to a polled message that we should dequeue.
720 * Process all new messages till the polled-for message is found OR in virtio_poll_done()
743 /* Skip the rest if this was another polled msg */ in virtio_poll_done()
748 * Enqueue for later processing any non-polled message and any in virtio_poll_done()
749 * timed-out polled one that we happen to have dequeued. in virtio_poll_done()
771 * If we are still looking for the polled reply, the polling index has in virtio_poll_done()