Home
last modified time | relevance | path

Searched refs:outstanding_tasks (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c416 (u32)hba->outstanding_reqs, (u32)hba->outstanding_tasks); in ufshcd_print_host_regs()
501 hba->lrb_in_use, hba->outstanding_reqs, hba->outstanding_tasks); in ufshcd_print_host_state()
1633 || hba->lrb_in_use || hba->outstanding_tasks in ufshcd_gate_work()
1687 || hba->lrb_in_use || hba->outstanding_tasks in __ufshcd_release()
4622 __clear_bit(index, &hba->outstanding_tasks); in ufshcd_task_req_compl()
5311 for_each_set_bit(tag, &hba->outstanding_tasks, hba->nutmrs) { in ufshcd_err_handler()
5489 ufshcd_print_tmrs(hba, hba->outstanding_tasks); in ufshcd_check_errors()
5513 hba->tm_condition = tm_doorbell ^ hba->outstanding_tasks; in ufshcd_tmc_handler()
5585 if (!test_bit(tag, &hba->outstanding_tasks)) in ufshcd_clear_tm_cmd()
5659 __set_bit(free_slot, &hba->outstanding_tasks); in ufshcd_issue_tm_cmd()
Dufshcd.h542 unsigned long outstanding_tasks; member