Lines Matching defs:xgbe_channel
391 struct xgbe_channel { struct
392 char name[16];
395 struct xgbe_prv_data *pdata;
398 unsigned int queue_index;
399 void __iomem *dma_regs;
402 int dma_irq;
403 char dma_irq_name[IFNAMSIZ + 32];
406 struct napi_struct napi;
408 unsigned int saved_ier;
410 unsigned int tx_timer_active;
411 struct timer_list tx_timer;
413 struct xgbe_ring *tx_ring;
414 struct xgbe_ring *rx_ring;