Searched defs:xgbe_channel (Results 1 – 1 of 1) sorted by relevance
434 struct xgbe_channel { struct435 char name[16];438 struct xgbe_prv_data *pdata;441 unsigned int queue_index;442 void __iomem *dma_regs;445 int dma_irq;446 char dma_irq_name[IFNAMSIZ + 32];449 struct napi_struct napi;451 unsigned int saved_ier;453 unsigned int tx_timer_active;[all …]