Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b3f0e7a authored by Vasundhara Volam's avatar Vasundhara Volam Committed by David S. Miller
Browse files

be2net: Increase statistics structure size for skyhawk.



Increasing the hardware statistics structure to accomodate statistics for skyhawk.

Signed-off-by: default avatarVasundhara Volam <vasundhara.volam@emulex.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 97f1d8cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1566,7 +1566,7 @@ struct be_hw_stats_v1 {
	u32 rsvd0[BE_TXP_SW_SZ];
	struct be_erx_stats_v1 erx;
	struct be_pmem_stats pmem;
	u32 rsvd1[3];
	u32 rsvd1[18];
};

struct be_cmd_req_get_stats_v1 {