Skip to content

Commit e4f9193

Browse files
daniellertsdavem330
authored andcommitted
net: sfp: Add more extended compliance codes
SFF-8024 is used to define various constants re-used in several SFF SFP-related specifications. Add SFF-8024 extended compliance code definitions for CMIS compliant modules and use them in the next patch to determine the firmware flashing work. Signed-off-by: Danielle Ratson <[email protected]> Reviewed-by: Petr Machata <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 31e0aa9 commit e4f9193

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

include/linux/sfp.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ enum {
284284
SFF8024_ID_QSFP_8438 = 0x0c,
285285
SFF8024_ID_QSFP_8436_8636 = 0x0d,
286286
SFF8024_ID_QSFP28_8636 = 0x11,
287+
SFF8024_ID_QSFP_DD = 0x18,
288+
SFF8024_ID_OSFP = 0x19,
289+
SFF8024_ID_DSFP = 0x1B,
290+
SFF8024_ID_QSFP_PLUS_CMIS = 0x1E,
291+
SFF8024_ID_SFP_DD_CMIS = 0x1F,
292+
SFF8024_ID_SFP_PLUS_CMIS = 0x20,
287293

288294
SFF8024_ENCODING_UNSPEC = 0x00,
289295
SFF8024_ENCODING_8B10B = 0x01,

0 commit comments

Comments
 (0)