Searched refs:outstanding_xfer_reqs (Results 1 – 2 of 2) sorted by relevance
637 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()
827 uint32_t outstanding_xfer_reqs; member