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