Home
last modified time | relevance | path

Searched defs:stmmac_tx_queue (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h50 struct stmmac_tx_queue { struct
51 u32 tx_count_frames;
52 struct timer_list txtimer;
53 u32 queue_index;
54 struct stmmac_priv *priv_data;
55 struct dma_extended_desc *dma_etx ____cacheline_aligned_in_smp;
56 struct dma_desc *dma_tx;
57 struct sk_buff **tx_skbuff;
58 struct stmmac_tx_info *tx_skbuff_dma;
59 unsigned int cur_tx;
[all …]