rxf_fifo
static void bdx_rx_free_skbs(struct bdx_priv *priv, struct rxf_fifo *f)
static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f)
struct rxf_fifo *f;
struct rxf_fifo *rxf_fifo;
rxf_fifo = &priv->rxf_fifo0;
rxf_fifo->m.pktsz,
rxf_fifo->m.pktsz, DMA_FROM_DEVICE);
static void bdx_rx_alloc_skbs(struct bdx_priv *priv, struct rxf_fifo *f);
struct rxf_fifo rxf_fifo0;