summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia/atlantic/aq_hw.h
diff options
context:
space:
mode:
authorNikita Danilov <ndanilov@marvell.com>2019-11-08 01:41:57 +0300
committerDavid S. Miller <davem@davemloft.net>2019-11-08 06:54:43 +0300
commitdc12f75afcc677f225e5465b0654c54a14945168 (patch)
treedbfbde028720c49a4b8cb9804f28fa0cf5464c3b /drivers/net/ethernet/aquantia/atlantic/aq_hw.h
parentd1287ce4ffa1d1f121571ce90ed7ebd410e31a21 (diff)
downloadlinux-dc12f75afcc677f225e5465b0654c54a14945168.tar.xz
net: atlantic: add fw configuration memory area
Device FW has a separate memory area where various config fields are stored and could be used by the driver. Here we modify download/upload infrastructure to allow accessing this area. Lateron this will be used to configure various behaviours Signed-off-by: Nikita Danilov <ndanilov@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/aq_hw.h')
-rw-r--r--drivers/net/ethernet/aquantia/atlantic/aq_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_hw.h b/drivers/net/ethernet/aquantia/atlantic/aq_hw.h
index c2725a58f050..57396e516939 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_hw.h
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_hw.h
@@ -140,6 +140,7 @@ struct aq_hw_s {
atomic_t dpc;
u32 mbox_addr;
u32 rpc_addr;
+ u32 settings_addr;
u32 rpc_tid;
struct hw_atl_utils_fw_rpc rpc;
s64 ptp_clk_offset;