Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/tehuti/
Dtehuti.c2271 static inline int bdx_tx_fifo_size_to_packets(int tx_size) in bdx_tx_fifo_size_to_packets() function
2288 ring->tx_max_pending = bdx_tx_fifo_size_to_packets(3); in bdx_get_ringparam()
2290 ring->tx_pending = bdx_tx_fifo_size_to_packets(priv->txd_size); in bdx_get_ringparam()
2313 if (bdx_tx_fifo_size_to_packets(tx_size) >= ring->tx_pending) in bdx_set_ringparam()