Lines Matching defs:gfar_priv_grp
1089 struct gfar_priv_grp { struct
1091 struct napi_struct napi_rx;
1092 struct napi_struct napi_tx;
1093 struct gfar __iomem *regs;
1094 struct gfar_priv_tx_q *tx_queue;
1095 struct gfar_priv_rx_q *rx_queue;
1096 unsigned int tstat;
1097 unsigned int rstat;
1099 struct gfar_private *priv;
1100 unsigned long num_tx_queues;
1101 unsigned long tx_bit_map;
1102 unsigned long num_rx_queues;
1103 unsigned long rx_bit_map;
1105 struct gfar_irqinfo *irqinfo[GFAR_NUM_IRQS];