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