Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c482 int tx_reserve; in mlxbf_tmfifo_get_tx_avail() local
488 tx_reserve = fifo->tx_fifo_size / MLXBF_TMFIFO_RESERVE_RATIO; in mlxbf_tmfifo_get_tx_avail()
490 tx_reserve = 1; in mlxbf_tmfifo_get_tx_avail()
494 return fifo->tx_fifo_size - tx_reserve - count; in mlxbf_tmfifo_get_tx_avail()