summaryrefslogtreecommitdiff
path: root/include/net/mana/hw_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/mana/hw_channel.h')
-rw-r--r--include/net/mana/hw_channel.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/mana/hw_channel.h b/include/net/mana/hw_channel.h
index 158b125692c2..83cf93338eb3 100644
--- a/include/net/mana/hw_channel.h
+++ b/include/net/mana/hw_channel.h
@@ -49,6 +49,15 @@ union hwc_init_type_data {
};
}; /* HW DATA */
+union hwc_init_soc_service_type {
+ u32 as_uint32;
+
+ struct {
+ u32 value : 28;
+ u32 type : 4;
+ };
+}; /* HW DATA */
+
struct hwc_rx_oob {
u32 type : 6;
u32 eom : 1;