Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_sgdma.c51 queue_tx(struct altera_tse_private *priv, struct tse_buffer *buffer);
54 queue_rx(struct altera_tse_private *priv, struct tse_buffer *buffer);
56 static struct tse_buffer *
59 static struct tse_buffer *
62 static struct tse_buffer *
180 int sgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *buffer) in sgdma_tx_buffer()
233 struct tse_buffer *rxbuffer) in sgdma_add_rx_desc()
246 struct tse_buffer *rxbuffer = NULL; in sgdma_rx_status()
356 struct tse_buffer *rxbuffer = NULL; in sgdma_async_read()
458 queue_tx(struct altera_tse_private *priv, struct tse_buffer *buffer) in queue_tx()
[all …]
Daltera_msgdma.h28 void msgdma_add_rx_desc(struct altera_tse_private *, struct tse_buffer *);
29 int msgdma_tx_buffer(struct altera_tse_private *, struct tse_buffer *);
Daltera_sgdma.h27 int sgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *);
29 void sgdma_add_rx_desc(struct altera_tse_private *priv, struct tse_buffer *);
Daltera_tse.h371 struct tse_buffer { struct
395 int (*tx_buffer)(struct altera_tse_private *, struct tse_buffer *); argument
397 void (*add_rx_desc)(struct altera_tse_private *, struct tse_buffer *);
427 struct tse_buffer *rx_ring;
434 struct tse_buffer *tx_ring;
Daltera_msgdma.c120 int msgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *buffer) in msgdma_tx_buffer()
163 struct tse_buffer *rxbuffer) in msgdma_add_rx_desc()
Daltera_tse_main.c213 struct tse_buffer *rxbuffer, int len) in tse_init_rx_buffer()
234 struct tse_buffer *rxbuffer) in tse_free_rx_buffer()
253 struct tse_buffer *buffer) in tse_free_tx_buffer()
278 priv->rx_ring = kcalloc(rx_descs, sizeof(struct tse_buffer), in alloc_init_skbufs()
284 priv->tx_ring = kcalloc(tx_descs, sizeof(struct tse_buffer), in alloc_init_skbufs()
456 struct tse_buffer *tx_buff; in tse_tx_complete()
571 struct tse_buffer *buffer = NULL; in tse_start_xmit()