Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_main.c395 struct sxgbe_tx_queue *tx_ring, int tx_rsize) in init_tx_ring()
613 static void tx_free_ring_skbufs(struct sxgbe_tx_queue *txqueue) in tx_free_ring_skbufs()
640 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; in dma_free_tx_skbufs()
671 sizeof(struct sxgbe_tx_queue), GFP_KERNEL); in txring_mem_alloc()
801 struct sxgbe_tx_queue *tqueue = priv->txq[queue_num]; in sxgbe_tx_all_clean()
821 struct sxgbe_tx_queue *tx_ring = priv->txq[queue_num]; in sxgbe_restart_tx_queue()
1016 struct sxgbe_tx_queue *p = from_timer(p, t, txtimer); in sxgbe_tx_timer()
1033 struct sxgbe_tx_queue *p = priv->txq[queue_num]; in sxgbe_tx_init_coalesce()
1047 struct sxgbe_tx_queue *p = priv->txq[queue_num]; in sxgbe_tx_del_timer()
1283 struct sxgbe_tx_queue *tqueue = priv->txq[txq_index]; in sxgbe_xmit()
[all …]
A Dsxgbe_common.h376 struct sxgbe_tx_queue { struct
454 struct sxgbe_tx_queue *txq[SXGBE_TX_QUEUES];

Completed in 13 milliseconds