Lines Matching full:for
16 /* Maximum GSO packet size (64k) plus plenty of room for
199 * @alias: Additional model string to match (for user convenience and
202 * Search for a NIC configuration matching the NIC model constraints.
212 * Search for a NIC configuration for the provided device, using the
217 * regardless of whether there is a configuration for it. This tends
219 * anyway, for example because the Ethernet device on that board is
226 * qemu_create_nic_device: Create a NIC device if a configuration exists for it
231 * Search for a NIC configuration for the provided device type. If found,
238 * qemu_create_nic_bus_devices: Create configured NIC devices for a given bus
240 * @parent_type: Object type for devices to be created (e.g. TYPE_PCI_DEVICE)
241 * @default_model: Object type name for default NIC model (or %NULL)
242 * @alias: Additional model string to replace, for user convenience
246 * for available NIC configurations which either specify a model which is
250 * A single substitution is supported, e.g. "xen" → "xen-net-device" for the
251 * Xen bus, or "virtio" → "virtio-net-pci" for PCI. This allows the user to
267 * (e.g. TYPE_DEVICE for all devices, or TYPE_PCI_DEVICE for PCI)
271 * The caller is responsible for freeing the memory when it is not required