Searched refs:bdx_tx_fifo_size_to_packets (Results 1 – 1 of 1) sorted by relevance
2231 static inline int bdx_tx_fifo_size_to_packets(int tx_size) in bdx_tx_fifo_size_to_packets() function2252 ring->tx_max_pending = bdx_tx_fifo_size_to_packets(3); in bdx_get_ringparam()2254 ring->tx_pending = bdx_tx_fifo_size_to_packets(priv->txd_size); in bdx_get_ringparam()2281 if (bdx_tx_fifo_size_to_packets(tx_size) >= ring->tx_pending) in bdx_set_ringparam()