Lines Matching full:polled
332 * Process pre-fetched messages: these could be non-polled messages or in scmi_vio_deferred_tx_worker()
333 * late timed-out replies to polled messages dequeued by chance while in scmi_vio_deferred_tx_worker()
512 * - bind the polled message to the xfer via .priv in virtio_send_message()
584 * For this same reason, here, we take care to free only the polled messages
587 * any timed-out polled message if that indeed appears to have been at least
589 * messages won't be freed elsewhere. Any other polled message is marked as
592 * Possible late replies to timed-out polled messages will be eventually freed
613 /* Must be a polled xfer and not already freed on the IRQ path */ in virtio_mark_txdone()
620 /* Do not free timedout polled messages only if still inflight */ in virtio_mark_txdone()
656 * out reply to a polled message that we should dequeue.
711 * Process all new messages till the polled-for message is found OR in virtio_poll_done()
734 /* Skip the rest if this was another polled msg */ in virtio_poll_done()
739 * Enqueue for later processing any non-polled message and any in virtio_poll_done()
740 * timed-out polled one that we happen to have dequeued. in virtio_poll_done()
762 * If we are still looking for the polled reply, the polling index has in virtio_poll_done()