]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/atlantic/hw_atl/hw_atl_utils.h
net/atlantic: consider EEPROM get/set offset
[dpdk.git] / drivers / net / atlantic / hw_atl / hw_atl_utils.h
index b7c53157362385f9fe5a54b3f1cd85ff5cc26c06..81caffaedfd0ca6a17c8a31cae87f8174d0551c9 100644 (file)
@@ -337,15 +337,8 @@ struct offload_info {
        u8 buf[0];
 } __attribute__((__packed__));
 
-struct smbus_read_request {
-       u32 offset; /* not used */
-       u32 device_id;
-       u32 address;
-       u32 length;
-} __attribute__((__packed__));
-
-struct smbus_write_request {
-       u32 offset; /* not used */
+struct smbus_request {
+       u32 msg_id; /* not used */
        u32 device_id;
        u32 address;
        u32 length;