Home
last modified time | relevance | path

Searched refs:bdx_rx_receive (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/
H A Dtehuti.c50 * (bdx_rx_receive), refills skbs (bdx_rx_alloc_skbs) and exit.
77 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget);
296 work_done = bdx_rx_receive(priv, &priv->rxd_fifo0, budget); in bdx_poll()
1183 * bdx_rx_receive - receives full packets from RXD fifo and pass them to OS
1195 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget) in bdx_rx_receive() function
/kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/
H A Dtehuti.c50 * (bdx_rx_receive), refills skbs (bdx_rx_alloc_skbs) and exit.
77 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget);
296 work_done = bdx_rx_receive(priv, &priv->rxd_fifo0, budget); in bdx_poll()
1177 * bdx_rx_receive - receives full packets from RXD fifo and pass them to OS
1189 static int bdx_rx_receive(struct bdx_priv *priv, struct rxd_fifo *f, int budget) in bdx_rx_receive() function

Completed in 6 milliseconds