Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.h95 struct am65_cpsw_rx_flow { struct
96 u32 id;
97 struct napi_struct napi_rx;
98 struct am65_cpsw_common *common;
99 int irq;
100 bool irq_disabled;
101 struct hrtimer rx_hrtimer;
102 unsigned long rx_pace_timeout;
103 struct page_pool *page_pool;
127 struct am65_cpsw_rx_flow flows[AM65_CPSW_MAX_QUEUES]; argument