Lines Matching defs:requests
44 struct list_head requests;
149 * __viommu_sync_req - Complete all in-flight requests
151 * Wait for all added requests to complete. When this function returns, all
152 * requests that were in-flight at the time of the call have completed.
165 while (!list_empty(&viommu->requests)) {
195 dev_dbg(viommu->dev, "could not sync requests (%d)\n", ret);
208 * Otherwise don't kick the queue nor wait for requests to complete.
256 list_add_tail(&req->list, &viommu->requests);
298 dev_dbg(viommu->dev, "could not sync requests (%d)\n", ret);
380 * viommu_replay_mappings - re-send MAP requests
955 NULL, /* No async requests */
1007 INIT_LIST_HEAD(&viommu->requests);