|
@@ -1009,7 +1009,6 @@ struct gfar_irqinfo {
|
|
|
* @napi: the napi poll function
|
|
|
* @priv: back pointer to the priv structure
|
|
|
* @regs: the ioremapped register space for this group
|
|
|
- * @grp_id: group id for this group
|
|
|
* @irqinfo: TX/RX/ER irq data for this group
|
|
|
*/
|
|
|
|
|
@@ -1018,11 +1017,10 @@ struct gfar_priv_grp {
|
|
|
struct napi_struct napi;
|
|
|
struct gfar_private *priv;
|
|
|
struct gfar __iomem *regs;
|
|
|
- unsigned int grp_id;
|
|
|
+ unsigned int rstat;
|
|
|
unsigned long num_rx_queues;
|
|
|
unsigned long rx_bit_map;
|
|
|
/* cacheline 3 */
|
|
|
- unsigned int rstat;
|
|
|
unsigned int tstat;
|
|
|
unsigned long num_tx_queues;
|
|
|
unsigned long tx_bit_map;
|