Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/tehuti/
Dtehuti.h163 struct rxf_fifo { struct
249 struct rxf_fifo rxf_fifo0;
Dtehuti.c75 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f);
1018 static void bdx_rx_free_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_free_skbs()
1079 static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f) in bdx_rx_alloc_skbs()
1145 struct rxf_fifo *f; in bdx_recycle_skb()
1195 struct rxf_fifo *rxf_fifo; in bdx_rx_receive() local
1250 rxf_fifo = &priv->rxf_fifo0; in bdx_rx_receive()
1260 rxf_fifo->m.pktsz, in bdx_rx_receive()
1267 rxf_fifo->m.pktsz, DMA_FROM_DEVICE); in bdx_rx_receive()