Searched refs:max_bounce_buffer_size (Results 1 – 5 of 5) sorted by relevance
182 uint32_t max_bounce_buffer_size; member
97 max_bounce_buffer_size, DEFAULT_MAX_BOUNCE_BUFFER_SIZE),1368 pci_dev->bus_master_as.max_bounce_buffer_size = in do_pci_register_device()1369 pci_dev->max_bounce_buffer_size; in do_pci_register_device()
1182 size_t max_bounce_buffer_size; member
3300 if (qatomic_read(&as->bounce_buffer_size) < as->max_bounce_buffer_size) { in address_space_register_map_client()3431 hwaddr alloc = MIN(as->max_bounce_buffer_size - used, l); in address_space_map()
3344 as->max_bounce_buffer_size = DEFAULT_MAX_BOUNCE_BUFFER_SIZE; in address_space_init()