Lines Matching full:offers
977 /* Ignore sub-channel offers. */ in find_primary_channel_by_offer()
1017 * vmbus_onoffer - Handler for channel offers from vmbus in parent partition.
1289 * boot-time offers are delivered. A boot-time offer is for the primary
1291 * Boot-time offers include offers for physical devices assigned to the VM
1294 * Boot-time offers do not include offers for VMBus sub-channels. Because
1296 * offers that aren't boot-time offers can be received at any time after the
1297 * all-offers-delivered message.
1300 * to be assigned to the VM at boot-time, and offers for VFs may occur after
1301 * the all-offers-delivered message. VFs are optional accelerators to the
1585 * vmbus_request_offers - Send a request to get all our pending offers
1586 * and wait for all boot-time offers to arrive.
1606 * offers delivered message after all the boot-time offers are sent. in vmbus_request_offers()
1614 pr_err("Unable to request offers - %d\n", ret); in vmbus_request_offers()
1620 * Wait for the host to send all boot-time offers. in vmbus_request_offers()
1626 pr_warn("timed out waiting for all boot-time offers to be delivered.\n"); in vmbus_request_offers()
1636 * Flush workqueue for processing the incoming offers. Subchannel in vmbus_request_offers()
1637 * offers and their processing can happen later, so there is no need to in vmbus_request_offers()