Lines Matching refs:lrb

313 	struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr;  in ufshcd_add_cmd_upiu_trace()
321 struct utp_upiu_req *rq = hba->lrb[tag].ucd_req_ptr; in ufshcd_add_query_upiu_trace()
345 struct ufshcd_lrb *lrbp = &hba->lrb[tag]; in ufshcd_add_command_trace()
442 lrbp = &hba->lrb[tag]; in ufshcd_print_trs()
1864 hba->lrb[task_tag].issue_time_stamp = ktime_get(); in ufshcd_send_command()
1865 hba->lrb[task_tag].compl_time_stamp = ktime_set(0, 0); in ufshcd_send_command()
2450 lrbp = &hba->lrb[tag]; in ufshcd_queuecommand()
2679 lrbp = &hba->lrb[tag]; in ufshcd_exec_dev_cmd()
3374 hba->lrb = devm_kcalloc(hba->dev, in ufshcd_memory_alloc()
3377 if (!hba->lrb) { in ufshcd_memory_alloc()
3447 hba->lrb[i].utr_descriptor_ptr = (utrdlp + i); in ufshcd_host_memory_configure()
3448 hba->lrb[i].utrd_dma_addr = hba->utrdl_dma_addr + in ufshcd_host_memory_configure()
3450 hba->lrb[i].ucd_req_ptr = in ufshcd_host_memory_configure()
3452 hba->lrb[i].ucd_req_dma_addr = cmd_desc_element_addr; in ufshcd_host_memory_configure()
3453 hba->lrb[i].ucd_rsp_ptr = in ufshcd_host_memory_configure()
3455 hba->lrb[i].ucd_rsp_dma_addr = cmd_desc_element_addr + in ufshcd_host_memory_configure()
3457 hba->lrb[i].ucd_prdt_ptr = in ufshcd_host_memory_configure()
3459 hba->lrb[i].ucd_prdt_dma_addr = cmd_desc_element_addr + in ufshcd_host_memory_configure()
4803 lrbp = &hba->lrb[index]; in __ufshcd_transfer_req_compl()
5719 lrbp = &hba->lrb[tag]; in ufshcd_eh_device_reset_handler()
5729 if (hba->lrb[pos].lun == lrbp->lun) { in ufshcd_eh_device_reset_handler()
5756 lrbp = &hba->lrb[tag]; in ufshcd_set_req_abort_skip()
5788 lrbp = &hba->lrb[tag]; in ufshcd_abort()
5832 scsi_print_command(hba->lrb[tag].cmd); in ufshcd_abort()
5911 hba->lrb[tag].cmd = NULL; in ufshcd_abort()
6709 if (hba->lrb[index].cmd == scmd) { in ufshcd_eh_timed_out()