Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160329215
D4897.id12210.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
751 B
Referenced Files
None
Subscribers
None
D4897.id12210.diff
View Options
Index: head/sys/dev/sfxge/common/ef10_tlv_layout.h
===================================================================
--- head/sys/dev/sfxge/common/ef10_tlv_layout.h
+++ head/sys/dev/sfxge/common/ef10_tlv_layout.h
@@ -764,4 +764,20 @@
#define TLV_RX_EVENT_MERGING_MAX_EVENTS_DEFAULT 7
#define TLV_RX_EVENT_MERGING_TIMEOUT_NS_DEFAULT 8740
+#define TLV_TAG_PCIE_LINK_SETTINGS (0x101f0000)
+struct tlv_pcie_link_settings {
+ uint32_t tag;
+ uint32_t length;
+ uint16_t gen; /* Target PCIe generation: 1, 2, 3 */
+ uint16_t width; /* Number of lanes */
+};
+
+#define TLV_TAG_LICENSE (0x20800000)
+
+typedef struct tlv_license {
+ uint32_t tag;
+ uint32_t length;
+ uint8_t data[];
+} tlv_license_t;
+
#endif /* CI_MGMT_TLV_LAYOUT_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 8:23 AM (2 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34278460
Default Alt Text
D4897.id12210.diff (751 B)
Attached To
Mode
D4897: sfxge: add Medford firmware subtypes definitions
Attached
Detach File
Event Timeline
Log In to Comment