Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac.h43 struct stmmac_tx_queue { struct
44 u32 tx_count_frames;
45 struct timer_list txtimer;
46 u32 queue_index;
47 struct stmmac_priv *priv_data;
48 struct dma_extended_desc *dma_etx ____cacheline_aligned_in_smp;
49 struct dma_desc *dma_tx;
50 struct sk_buff **tx_skbuff;
51 struct stmmac_tx_info *tx_skbuff_dma;
52 unsigned int cur_tx;
[all …]