Lines Matching defs:gfar_priv_grp
1045 struct gfar_priv_grp { struct
1047 struct napi_struct napi_rx;
1048 struct napi_struct napi_tx;
1049 struct gfar __iomem *regs;
1050 struct gfar_priv_tx_q *tx_queue;
1051 struct gfar_priv_rx_q *rx_queue;
1052 unsigned int tstat;
1053 unsigned int rstat;
1055 struct gfar_private *priv;
1056 unsigned long num_tx_queues;
1057 unsigned long tx_bit_map;
1058 unsigned long num_rx_queues;
1059 unsigned long rx_bit_map;
1061 struct gfar_irqinfo *irqinfo[GFAR_NUM_IRQS];