Home
last modified time | relevance | path

Searched refs:tse_buffer (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/altera/
A Daltera_sgdma.c45 static struct tse_buffer *
48 static struct tse_buffer *
51 static struct tse_buffer *
233 struct tse_buffer *rxbuffer = NULL; in sgdma_rx_status()
343 struct tse_buffer *rxbuffer = NULL; in sgdma_async_read()
466 static struct tse_buffer *
469 struct tse_buffer *buffer = NULL; in dequeue_tx()
479 static struct tse_buffer *
482 struct tse_buffer *buffer = NULL; in dequeue_rx()
493 static struct tse_buffer *
[all …]
A Daltera_msgdma.h17 void msgdma_add_rx_desc(struct altera_tse_private *, struct tse_buffer *);
18 int msgdma_tx_buffer(struct altera_tse_private *, struct tse_buffer *);
A Daltera_sgdma.h16 int sgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *);
18 void sgdma_add_rx_desc(struct altera_tse_private *priv, struct tse_buffer *);
A Daltera_tse.h361 struct tse_buffer { struct
385 int (*tx_buffer)(struct altera_tse_private *, struct tse_buffer *); argument
387 void (*add_rx_desc)(struct altera_tse_private *, struct tse_buffer *);
420 struct tse_buffer *rx_ring;
427 struct tse_buffer *tx_ring;
A Daltera_msgdma.c109 int msgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *buffer) in msgdma_tx_buffer()
153 struct tse_buffer *rxbuffer) in msgdma_add_rx_desc()
A Daltera_tse_main.c196 struct tse_buffer *rxbuffer, int len) in tse_init_rx_buffer()
217 struct tse_buffer *rxbuffer) in tse_free_rx_buffer()
236 struct tse_buffer *buffer) in tse_free_tx_buffer()
261 priv->rx_ring = kcalloc(rx_descs, sizeof(struct tse_buffer), in alloc_init_skbufs()
267 priv->tx_ring = kcalloc(tx_descs, sizeof(struct tse_buffer), in alloc_init_skbufs()
432 struct tse_buffer *tx_buff; in tse_tx_complete()
548 struct tse_buffer *buffer = NULL; in tse_start_xmit()

Completed in 10 milliseconds