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

/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h148 struct funeth_rxbuf { /* per Rx buffer state */ struct
156 struct funeth_rxbuf *bufs; /* base of Rx buffer state ring */
176 struct funeth_rxbuf *bufs; /* base of Rx buffer state ring */
177 struct funeth_rxbuf *cur_buf; /* currently active buffer */
187 struct funeth_rxbuf spare_buf; /* spare for next buffer replacement */
H A Dfuneth_rx.c38 static void refresh_refs(struct funeth_rxbuf *buf)
50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf)
67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb)
70 struct funeth_rxbuf *buf;
98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb,
127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb)
255 static struct funeth_rxbuf *
256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len)
299 struct funeth_rxbuf *buf = q->cur_buf;
538 struct funeth_rxbuf *
[all...]

Completed in 206 milliseconds