Lines Matching defs:xgbe_channel
434 struct xgbe_channel { struct
435 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;
454 struct timer_list tx_timer;
456 struct xgbe_ring *tx_ring;
457 struct xgbe_ring *rx_ring;