Home
last modified time | relevance | path

Searched refs: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
143 rel_cnt = t7xx_ring_buf_rd_wr_count(txq->drb_size_cnt, txq->drb_release_rd_idx, in t7xx_dpmaif_tx_release()
146 real_rel_cnt = min_not_zero(budget, rel_cnt); in t7xx_dpmaif_tx_release()
150 return real_rel_cnt < rel_cnt ? -EAGAIN : 0; in t7xx_dpmaif_tx_release()

Completed in 3 milliseconds