Lines Matching defs:gfar_priv_grp
1065 struct gfar_priv_grp { struct
1067 struct napi_struct napi_rx;
1068 struct napi_struct napi_tx;
1069 struct gfar __iomem *regs;
1070 struct gfar_priv_tx_q *tx_queue;
1071 struct gfar_priv_rx_q *rx_queue;
1072 unsigned int tstat;
1073 unsigned int rstat;
1075 struct gfar_private *priv;
1076 unsigned long num_tx_queues;
1077 unsigned long tx_bit_map;
1078 unsigned long num_rx_queues;
1079 unsigned long rx_bit_map;
1081 struct gfar_irqinfo *irqinfo[GFAR_NUM_IRQS];