Lines Matching defs:bcmasp_intf
288 struct bcmasp_intf { struct
296 const struct bcmasp_intf_ops *ops; argument
299 int index;
301 struct napi_struct tx_napi;
303 void __iomem *tx_spb_dma;
304 int tx_spb_index;
305 int tx_spb_clean_index;
306 struct bcmasp_desc *tx_spb_cpu;
307 dma_addr_t tx_spb_dma_addr;
308 dma_addr_t tx_spb_dma_valid;
309 dma_addr_t tx_spb_dma_read;
310 struct bcmasp_tx_cb *tx_cbs;
313 void __iomem *rx_edpkt_cfg;
314 void __iomem *rx_edpkt_dma;
315 int rx_edpkt_index;
316 int rx_buf_order;
317 struct bcmasp_desc *rx_edpkt_cpu;
318 dma_addr_t rx_edpkt_dma_addr;
319 dma_addr_t rx_edpkt_dma_read;
343 struct bcmasp_intf_stats64 stats64; argument
344 struct bcmasp_mib_counters mib;
346 u32 wolopts;
347 u8 sopass[SOPASS_MAX];
349 int wol_irq;
350 unsigned int wol_irq_enabled:1;