Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_txrx.h148 struct funeth_rxbuf { /* per Rx buffer state */ struct
156 struct funeth_rxbuf *bufs; /* base of Rx buffer state ring */ argument
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 */
Dfuneth_rx.c38 static void refresh_refs(struct funeth_rxbuf *buf) in refresh_refs()
50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf) in cache_offer()
67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get()
70 struct funeth_rxbuf *buf; in cache_get()
98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb, in funeth_alloc_page()
127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb) in funeth_free_page()
255 static struct funeth_rxbuf *
256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf()
299 struct funeth_rxbuf *buf = q->cur_buf; in fun_gather_pkt()
538 struct funeth_rxbuf *b = q->bufs; in fun_rxq_free_bufs()
[all …]