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