igc: Dump VLANPQF register
This patch adds the VLAN Priority Queue Filter Register (VLANPQF) to the list of registers dumped by igc_get_regs(). Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
bbfaa141d2
commit
fbee4760ec
|
@ -316,6 +316,8 @@ static void igc_get_regs(struct net_device *netdev,
|
|||
regs_buff[172 + i] = rd32(IGC_RAL(i));
|
||||
for (i = 0; i < 16; i++)
|
||||
regs_buff[188 + i] = rd32(IGC_RAH(i));
|
||||
|
||||
regs_buff[204] = rd32(IGC_VLANPQF);
|
||||
}
|
||||
|
||||
static void igc_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol)
|
||||
|
|
Loading…
Reference in New Issue
Block a user