Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_hif_dpmaif_tx.c138 unsigned int rel_cnt, real_rel_cnt; in t7xx_dpmaif_tx_release() local
146 real_rel_cnt = min_not_zero(budget, rel_cnt); in t7xx_dpmaif_tx_release()
147 if (real_rel_cnt) in t7xx_dpmaif_tx_release()
148 real_rel_cnt = t7xx_dpmaif_release_tx_buffer(dpmaif_ctrl, q_num, real_rel_cnt); in t7xx_dpmaif_tx_release()
150 return real_rel_cnt < rel_cnt ? -EAGAIN : 0; in t7xx_dpmaif_tx_release()

Completed in 6 milliseconds