[PATCH v3 21/36] net/e1000/base: add profile information field
Anatoly Burakov
anatoly.burakov at intel.com
Fri Feb 7 13:45:13 CET 2025
From: Sasha Neftin <sasha.neftin at intel.com>
Some tools require device profile information to be present, so add it.
Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
drivers/net/intel/e1000/base/e1000_hw.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/intel/e1000/base/e1000_hw.h b/drivers/net/intel/e1000/base/e1000_hw.h
index b3af96977c..7ef856226d 100644
--- a/drivers/net/intel/e1000/base/e1000_hw.h
+++ b/drivers/net/intel/e1000/base/e1000_hw.h
@@ -1056,6 +1056,7 @@ struct e1000_dev_spec_i225 {
struct e1000_hw {
void *back;
+ u8 pf_id; /* device profile info */
u8 *hw_addr;
u8 *flash_address;
unsigned long io_base;
--
2.43.5
More information about the dev
mailing list