Searched refs:tse_buffer (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/altera/ |
H A D | altera_sgdma.c | 40 queue_tx(struct altera_tse_private *priv, struct tse_buffer *buffer); 43 queue_rx(struct altera_tse_private *priv, struct tse_buffer *buffer); 45 static struct tse_buffer * 48 static struct tse_buffer * 51 static struct tse_buffer * 167 int sgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *buffer) in sgdma_tx_buffer() 220 struct tse_buffer *rxbuffer) in sgdma_add_rx_desc() 233 struct tse_buffer *rxbuffer = NULL; in sgdma_rx_status() 343 struct tse_buffer *rxbuffer = NULL; in sgdma_async_read() 445 queue_tx(struct altera_tse_private *priv, struct tse_buffer *buffer) in queue_tx() [all …]
|
H A D | altera_msgdma.h | 17 void msgdma_add_rx_desc(struct altera_tse_private *, struct tse_buffer *); 18 int msgdma_tx_buffer(struct altera_tse_private *, struct tse_buffer *);
|
H A D | altera_sgdma.h | 16 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 *);
|
H A D | altera_tse.h | 361 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;
|
H A D | altera_msgdma.c | 109 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()
|