Lines Matching full:ids
66 * @limit: number of IDs to manage
69 * context IDs supported by the GuC firmware are available for use.
71 * Only VF drivers will have to provide explicit number of context IDs
134 * For IDs reservations (used on PF for VFs) we want to make in idm_reserve_chunk_locked()
140 * ... and we want to reserve highest IDs close to the end. in idm_reserve_chunk_locked()
145 * For regular IDs reservations (used by submission code) in idm_reserve_chunk_locked()
146 * we start searching from the lower range of IDs. in idm_reserve_chunk_locked()
179 * xe_guc_id_mgr_reserve_locked() - Reserve one or more GuC context IDs.
181 * @count: number of IDs to allocate (can't be 0)
194 * xe_guc_id_mgr_release_locked() - Release one or more GuC context IDs.
197 * @count: number of IDs to release (can't be 0)
209 * xe_guc_id_mgr_reserve() - Reserve a range of GuC context IDs.
211 * @count: number of GuC context IDs to reserve (can't be 0)
212 * @retain: number of GuC context IDs to keep available (can't be 0)
215 * reserved range of IDs will be contiguous and that there will be at least
216 * &retain IDs still available for the PF after this reservation.
237 * xe_guc_id_mgr_release() - Release a range of GuC context IDs.
240 * @count: number of GuC context IDs to release