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

/drivers/scsi/ufs/
H A Dufshcd.c770 if (!hba->outstanding_reqs && scaling->is_busy_started) {
786 __set_bit(task_tag, &hba->outstanding_reqs);
3065 completed_reqs = tr_doorbell ^ hba->outstanding_reqs;
3087 hba->outstanding_reqs ^= completed_reqs;
3383 for_each_set_bit(tag, &hba->outstanding_reqs, hba->nutrs)
3691 for_each_set_bit(pos, &hba->outstanding_reqs, hba->nutrs) {
3741 if (!(test_bit(tag, &hba->outstanding_reqs)))
3798 __clear_bit(tag, &hba->outstanding_reqs);
5413 if (hba->outstanding_reqs) {
H A Dufshcd.h340 * @outstanding_reqs: Bits representing outstanding transfer requests
408 unsigned long outstanding_reqs; member in struct:ufs_hba

Completed in 122 milliseconds