Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c637 if ((hba->outstanding_xfer_reqs & BIT(slot)) == 0) in dwc_ufshcd_get_xfer_req_free_slot()
1476 dwc_host->outstanding_xfer_reqs |= BIT(free_slot); in create_cmd_upiu()
1620 dwc_host->outstanding_xfer_reqs = 0; in wait_for_cmd_completion()
1885 if (dwc_host->outstanding_xfer_reqs & BIT(slot_index)) { in handle_scsi_completion()
1890 dwc_host->outstanding_xfer_reqs ^= BIT(slot_index); in handle_scsi_completion()
/third_party/uboot/u-boot-2020.01/include/
Dufs.h827 uint32_t outstanding_xfer_reqs; member