Searched refs:lrb (Results 1 – 3 of 3) sorted by relevance
538 struct ufshcd_lrb *lrbp = &hba->lrb[task_tag]; in ufshcd_mcq_sq_cleanup()624 struct ufshcd_lrb *lrbp = &hba->lrb[task_tag]; in ufshcd_mcq_sqe_search()675 struct ufshcd_lrb *lrbp = &hba->lrb[tag]; in ufshcd_mcq_abort()
558 lrbp = &hba->lrb[tag]; in ufshcd_print_tr()3021 lrbp = &hba->lrb[tag]; in ufshcd_queuecommand()3920 hba->lrb = devm_kcalloc(hba->dev, in ufshcd_memory_alloc()3923 if (!hba->lrb) { in ufshcd_memory_alloc()5562 lrbp = &hba->lrb[task_tag]; in ufshcd_compl_one_cqe()5674 lrbp = &hba->lrb[tag]; in ufshcd_mcq_compl_pending_transfer()6525 hba->lrb[tag].cmd ? hba->lrb[tag].cmd->cmnd[0] : -1, in ufshcd_abort_one()7450 lrbp = &hba->lrb[pos]; in ufshcd_eh_device_reset_handler()7465 if (hba->lrb[pos].lun == lun) in ufshcd_eh_device_reset_handler()7503 lrbp = &hba->lrb[tag]; in ufshcd_set_req_abort_skip()[all …]
1007 struct ufshcd_lrb *lrb; member