Lines Matching defs:gfar_priv_grp
1080 struct gfar_priv_grp { struct
1082 struct napi_struct napi_rx;
1083 struct napi_struct napi_tx;
1084 struct gfar __iomem *regs;
1085 struct gfar_priv_tx_q *tx_queue;
1086 struct gfar_priv_rx_q *rx_queue;
1087 unsigned int tstat;
1088 unsigned int rstat;
1090 struct gfar_private *priv;
1091 unsigned long num_tx_queues;
1092 unsigned long tx_bit_map;
1093 unsigned long num_rx_queues;
1094 unsigned long rx_bit_map;
1096 struct gfar_irqinfo *irqinfo[GFAR_NUM_IRQS];