Searched refs:bdx_tx_fifo_size_to_packets (Results 1 – 1 of 1) sorted by relevance
2237 static inline int bdx_tx_fifo_size_to_packets(int tx_size) in bdx_tx_fifo_size_to_packets() function2254 ring->tx_max_pending = bdx_tx_fifo_size_to_packets(3); in bdx_get_ringparam()2256 ring->tx_pending = bdx_tx_fifo_size_to_packets(priv->txd_size); in bdx_get_ringparam()2279 if (bdx_tx_fifo_size_to_packets(tx_size) >= ring->tx_pending) in bdx_set_ringparam()