Searched defs:stmmac_channel (Results 1 – 1 of 1) sorted by relevance
119 struct stmmac_channel { struct120 struct napi_struct rx_napi ____cacheline_aligned_in_smp;121 struct napi_struct tx_napi ____cacheline_aligned_in_smp;122 struct napi_struct rxtx_napi ____cacheline_aligned_in_smp;123 struct stmmac_priv *priv_data;124 spinlock_t lock;125 u32 index;
Completed in 6 milliseconds