Searched defs:am65_cpsw_rx_flow (Results 1 – 1 of 1) sorted by relevance
95 struct am65_cpsw_rx_flow { struct96 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