Home
last modified time | relevance | path

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

/linux-6.15/drivers/ufs/core/
H A Dufshcd.c1265 u32 tr_pending; in ufshcd_wait_for_doorbell_clr() local
1282 tr_pending = ufshcd_pending_cmds(hba); in ufshcd_wait_for_doorbell_clr()
1283 if (!tm_doorbell && !tr_pending) { in ufshcd_wait_for_doorbell_clr()
1301 } while (tm_doorbell || tr_pending); in ufshcd_wait_for_doorbell_clr()
1306 __func__, tm_doorbell, tr_pending); in ufshcd_wait_for_doorbell_clr()