Lines Matching defs:bcmasp_intf
277 struct bcmasp_intf { struct
285 const struct bcmasp_intf_ops *ops; argument
288 int index;
290 struct napi_struct tx_napi;
292 void __iomem *tx_spb_dma;
293 int tx_spb_index;
294 int tx_spb_clean_index;
295 struct bcmasp_desc *tx_spb_cpu;
296 dma_addr_t tx_spb_dma_addr;
297 dma_addr_t tx_spb_dma_valid;
298 dma_addr_t tx_spb_dma_read;
299 struct bcmasp_tx_cb *tx_cbs;
302 void __iomem *rx_edpkt_cfg;
303 void __iomem *rx_edpkt_dma;
304 int rx_edpkt_index;
305 int rx_buf_order;
306 struct bcmasp_desc *rx_edpkt_cpu;
307 dma_addr_t rx_edpkt_dma_addr;
331 struct bcmasp_intf_stats64 stats64; argument
332 struct bcmasp_mib_counters mib;
334 u32 wolopts;
335 u8 sopass[SOPASS_MAX];
337 int wol_irq;
338 unsigned int wol_irq_enabled:1;
340 struct ethtool_eee eee;