[PATCH v1 20/42] net/e1000/base: add profile information field
Anatoly Burakov
anatoly.burakov at intel.com
Fri Jan 31 13:58:33 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 3743b8849d..8c1f931038 100644
--- a/drivers/net/intel/e1000/base/e1000_hw.h
+++ b/drivers/net/intel/e1000/base/e1000_hw.h
@@ -1047,6 +1047,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