Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.c2231 static inline int bdx_tx_fifo_size_to_packets(int tx_size) in bdx_tx_fifo_size_to_packets() function
2252 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()