106f502f5SBen WhittenWhat: /sys/class/leds/<led>/device_name 206f502f5SBen WhittenDate: Dec 2017 306f502f5SBen WhittenKernelVersion: 4.16 406f502f5SBen WhittenContact: linux-leds@vger.kernel.org 506f502f5SBen WhittenDescription: 606f502f5SBen Whitten Specifies the network device name to monitor. 706f502f5SBen Whitten 806f502f5SBen WhittenWhat: /sys/class/leds/<led>/interval 906f502f5SBen WhittenDate: Dec 2017 1006f502f5SBen WhittenKernelVersion: 4.16 1106f502f5SBen WhittenContact: linux-leds@vger.kernel.org 1206f502f5SBen WhittenDescription: 1306f502f5SBen Whitten Specifies the duration of the LED blink in milliseconds. 1406f502f5SBen Whitten Defaults to 50 ms. 1506f502f5SBen Whitten 16*44f0fb8dSMarek Behún When offloaded is true, the interval value MUST be set to the 172ffb8d02SChristian Marangi default value and cannot be changed. 182ffb8d02SChristian Marangi Trying to set any value in this specific mode will return 192ffb8d02SChristian Marangi an EINVAL error. 202ffb8d02SChristian Marangi 2106f502f5SBen WhittenWhat: /sys/class/leds/<led>/link 2206f502f5SBen WhittenDate: Dec 2017 2306f502f5SBen WhittenKernelVersion: 4.16 2406f502f5SBen WhittenContact: linux-leds@vger.kernel.org 2506f502f5SBen WhittenDescription: 2606f502f5SBen Whitten Signal the link state of the named network device. 2754a19b4dSMauro Carvalho Chehab 2806f502f5SBen Whitten If set to 0 (default), the LED's normal state is off. 2954a19b4dSMauro Carvalho Chehab 3006f502f5SBen Whitten If set to 1, the LED's normal state reflects the link state 3106f502f5SBen Whitten of the named network device. 3206f502f5SBen Whitten Setting this value also immediately changes the LED state. 3306f502f5SBen Whitten 3454a19b4dSMauro Carvalho Chehab 3506f502f5SBen WhittenWhat: /sys/class/leds/<led>/tx 3606f502f5SBen WhittenDate: Dec 2017 3706f502f5SBen WhittenKernelVersion: 4.16 3806f502f5SBen WhittenContact: linux-leds@vger.kernel.org 3906f502f5SBen WhittenDescription: 4006f502f5SBen Whitten Signal transmission of data on the named network device. 4154a19b4dSMauro Carvalho Chehab 4206f502f5SBen Whitten If set to 0 (default), the LED will not blink on transmission. 4354a19b4dSMauro Carvalho Chehab 4406f502f5SBen Whitten If set to 1, the LED will blink for the milliseconds specified 4506f502f5SBen Whitten in interval to signal transmission. 4606f502f5SBen Whitten 47*44f0fb8dSMarek Behún When offloaded is true, the blink interval is controlled by 48*44f0fb8dSMarek Behún hardware and won't reflect the value set in interval. 492ffb8d02SChristian Marangi 5006f502f5SBen WhittenWhat: /sys/class/leds/<led>/rx 5106f502f5SBen WhittenDate: Dec 2017 5206f502f5SBen WhittenKernelVersion: 4.16 5306f502f5SBen WhittenContact: linux-leds@vger.kernel.org 5406f502f5SBen WhittenDescription: 5506f502f5SBen Whitten Signal reception of data on the named network device. 5654a19b4dSMauro Carvalho Chehab 5706f502f5SBen Whitten If set to 0 (default), the LED will not blink on reception. 5854a19b4dSMauro Carvalho Chehab 5906f502f5SBen Whitten If set to 1, the LED will blink for the milliseconds specified 6006f502f5SBen Whitten in interval to signal reception. 612ffb8d02SChristian Marangi 62*44f0fb8dSMarek Behún When offloaded is true, the blink interval is controlled by 63*44f0fb8dSMarek Behún hardware and won't reflect the value set in interval. 642ffb8d02SChristian Marangi 65*44f0fb8dSMarek BehúnWhat: /sys/class/leds/<led>/offloaded 662ffb8d02SChristian MarangiDate: Jun 2023 672ffb8d02SChristian MarangiKernelVersion: 6.5 682ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 692ffb8d02SChristian MarangiDescription: 70*44f0fb8dSMarek Behún Communicate whether the LED trigger modes are offloaded to 71*44f0fb8dSMarek Behún hardware or whether software fallback is used. 722ffb8d02SChristian Marangi 732ffb8d02SChristian Marangi If 0, the LED is using software fallback to blink. 742ffb8d02SChristian Marangi 75*44f0fb8dSMarek Behún If 1, the LED blinking in requested mode is offloaded to 76*44f0fb8dSMarek Behún hardware. 772ffb8d02SChristian Marangi 782ffb8d02SChristian MarangiWhat: /sys/class/leds/<led>/link_10 792ffb8d02SChristian MarangiDate: Jun 2023 802ffb8d02SChristian MarangiKernelVersion: 6.5 812ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 822ffb8d02SChristian MarangiDescription: 832ffb8d02SChristian Marangi Signal the link speed state of 10Mbps of the named network device. 842ffb8d02SChristian Marangi 852ffb8d02SChristian Marangi If set to 0 (default), the LED's normal state is off. 862ffb8d02SChristian Marangi 872ffb8d02SChristian Marangi If set to 1, the LED's normal state reflects the link state 882ffb8d02SChristian Marangi speed of 10MBps of the named network device. 892ffb8d02SChristian Marangi Setting this value also immediately changes the LED state. 902ffb8d02SChristian Marangi 912ffb8d02SChristian MarangiWhat: /sys/class/leds/<led>/link_100 922ffb8d02SChristian MarangiDate: Jun 2023 932ffb8d02SChristian MarangiKernelVersion: 6.5 942ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 952ffb8d02SChristian MarangiDescription: 962ffb8d02SChristian Marangi Signal the link speed state of 100Mbps of the named network device. 972ffb8d02SChristian Marangi 982ffb8d02SChristian Marangi If set to 0 (default), the LED's normal state is off. 992ffb8d02SChristian Marangi 1002ffb8d02SChristian Marangi If set to 1, the LED's normal state reflects the link state 1012ffb8d02SChristian Marangi speed of 100Mbps of the named network device. 1022ffb8d02SChristian Marangi Setting this value also immediately changes the LED state. 1032ffb8d02SChristian Marangi 1042ffb8d02SChristian MarangiWhat: /sys/class/leds/<led>/link_1000 1052ffb8d02SChristian MarangiDate: Jun 2023 1062ffb8d02SChristian MarangiKernelVersion: 6.5 1072ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 1082ffb8d02SChristian MarangiDescription: 1092ffb8d02SChristian Marangi Signal the link speed state of 1000Mbps of the named network device. 1102ffb8d02SChristian Marangi 1112ffb8d02SChristian Marangi If set to 0 (default), the LED's normal state is off. 1122ffb8d02SChristian Marangi 1132ffb8d02SChristian Marangi If set to 1, the LED's normal state reflects the link state 1142ffb8d02SChristian Marangi speed of 1000Mbps of the named network device. 1152ffb8d02SChristian Marangi Setting this value also immediately changes the LED state. 1162ffb8d02SChristian Marangi 1172ffb8d02SChristian MarangiWhat: /sys/class/leds/<led>/half_duplex 1182ffb8d02SChristian MarangiDate: Jun 2023 1192ffb8d02SChristian MarangiKernelVersion: 6.5 1202ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 1212ffb8d02SChristian MarangiDescription: 1222ffb8d02SChristian Marangi Signal the link half duplex state of the named network device. 1232ffb8d02SChristian Marangi 1242ffb8d02SChristian Marangi If set to 0 (default), the LED's normal state is off. 1252ffb8d02SChristian Marangi 1262ffb8d02SChristian Marangi If set to 1, the LED's normal state reflects the link half 1272ffb8d02SChristian Marangi duplex state of the named network device. 1282ffb8d02SChristian Marangi Setting this value also immediately changes the LED state. 1292ffb8d02SChristian Marangi 1302ffb8d02SChristian MarangiWhat: /sys/class/leds/<led>/full_duplex 1312ffb8d02SChristian MarangiDate: Jun 2023 1322ffb8d02SChristian MarangiKernelVersion: 6.5 1332ffb8d02SChristian MarangiContact: linux-leds@vger.kernel.org 1342ffb8d02SChristian MarangiDescription: 1352ffb8d02SChristian Marangi Signal the link full duplex state of the named network device. 1362ffb8d02SChristian Marangi 1372ffb8d02SChristian Marangi If set to 0 (default), the LED's normal state is off. 1382ffb8d02SChristian Marangi 1392ffb8d02SChristian Marangi If set to 1, the LED's normal state reflects the link full 1402ffb8d02SChristian Marangi duplex state of the named network device. 1412ffb8d02SChristian Marangi Setting this value also immediately changes the LED state. 142