Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.c2225 static inline int bdx_rx_fifo_size_to_packets(int rx_size) in bdx_rx_fifo_size_to_packets() function
2251 ring->rx_max_pending = bdx_rx_fifo_size_to_packets(3); in bdx_get_ringparam()
2253 ring->rx_pending = bdx_rx_fifo_size_to_packets(priv->rxf_size); in bdx_get_ringparam()
2274 if (bdx_rx_fifo_size_to_packets(rx_size) >= ring->rx_pending) in bdx_set_ringparam()