aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/stmmac.h
diff options
context:
space:
mode:
authorWong Vee Khee <vee.khee.wong@intel.com>2021-02-17 17:57:05 +0800
committerDavid S. Miller <davem@davemloft.net>2021-02-17 14:25:50 -0800
commit20e07e2c3cf310578ef19fb4f1e64dc9832abd9d (patch)
tree9054e5fa327e18c5d6590ec682ab575775eecb69 /include/linux/stmmac.h
parentMerge branch 'ptp-ptp_clockmatrix-Fix-output-1-PPS-alignment' (diff)
downloadlinux-dev-20e07e2c3cf310578ef19fb4f1e64dc9832abd9d.tar.xz
linux-dev-20e07e2c3cf310578ef19fb4f1e64dc9832abd9d.zip
net: stmmac: Add PCI bus info to ethtool driver query output
This patch populates the PCI bus info in the ethtool driver query data. Users will be able to view PCI bus info using 'ethtool -i <interface>'. Signed-off-by: Wong Vee Khee <vee.khee.wong@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/linux/stmmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index 15ca6b4167cc..a302982de2d7 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -202,5 +202,6 @@ struct plat_stmmacenet_data {
bool vlan_fail_q_en;
u8 vlan_fail_q;
unsigned int eee_usecs_rate;
+ struct pci_dev *pdev;
};
#endif