Searched refs:max_bounce_buffer_size (Results 1 – 5 of 5) sorted by relevance
176 uint32_t max_bounce_buffer_size; member
102 max_bounce_buffer_size, DEFAULT_MAX_BOUNCE_BUFFER_SIZE),1226 pci_dev->bus_master_as.max_bounce_buffer_size = in do_pci_register_device()1227 pci_dev->max_bounce_buffer_size; in do_pci_register_device()
1115 size_t max_bounce_buffer_size; member
3128 if (qatomic_read(&as->bounce_buffer_size) < as->max_bounce_buffer_size) { in address_space_register_map_client()3259 hwaddr alloc = MIN(as->max_bounce_buffer_size - used, l); in address_space_map()
3363 as->max_bounce_buffer_size = DEFAULT_MAX_BOUNCE_BUFFER_SIZE; in address_space_init()