Searched refs:nutmrs (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/ufs/
H A Dufshcd.c330 tag = find_first_zero_bit(&hba->tm_slots_in_use, hba->nutmrs);
331 if (tag >= hba->nutmrs)
852 /* nutrs and nutmrs are 0 based values */
854 hba->nutmrs =
1949 utmrdl_size = sizeof(struct utp_task_req_desc) * hba->nutmrs;
3388 for_each_set_bit(tag, &hba->outstanding_tasks, hba->nutmrs)
H A Dufshcd.h343 * @nutmrs: Task Management Queue depth supported by controller
412 int nutmrs; member in struct:ufs_hba

Completed in 129 milliseconds