Home
last modified time | relevance | path

Searched refs:TRIGGER_NETDEV_LINK_1000 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/phy/aquantia/
H A Daquantia_leds.c27 BIT(TRIGGER_NETDEV_LINK_1000) |
64 *rules |= BIT(TRIGGER_NETDEV_LINK_1000); in aqr_phy_led_hw_control_get()
95 if (rules & (BIT(TRIGGER_NETDEV_LINK_1000) | BIT(TRIGGER_NETDEV_LINK))) in aqr_phy_led_hw_control_set()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_leds.c81 if (flags & BIT(TRIGGER_NETDEV_LINK_1000)) in rtl8168_led_hw_control_set()
116 *flags |= BIT(TRIGGER_NETDEV_LINK_1000); in rtl8168_led_hw_control_get()
193 if (flags & BIT(TRIGGER_NETDEV_LINK_1000)) in rtl8125_led_hw_control_set()
219 *flags |= BIT(TRIGGER_NETDEV_LINK_1000); in rtl8125_led_hw_control_get()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_leds.c33 (BIT(TRIGGER_NETDEV_LINK_2500) | BIT(TRIGGER_NETDEV_LINK_1000) | \
174 if (flags & BIT(TRIGGER_NETDEV_LINK_1000)) in igc_led_hw_control_set()
214 *flags = BIT(TRIGGER_NETDEV_LINK_1000); in igc_led_hw_control_get()
/linux/drivers/net/phy/
H A Dintel-xway.c400 BIT(TRIGGER_NETDEV_LINK_1000) |
417 BIT(TRIGGER_NETDEV_LINK_1000)))) in xway_gphy_led_hw_is_supported()
450 *rules |= BIT(TRIGGER_NETDEV_LINK_1000); in xway_gphy_led_hw_control_get()
484 rules & BIT(TRIGGER_NETDEV_LINK_1000)) in xway_gphy_led_hw_control_set()
H A Dmxl-gpy.c889 BIT(TRIGGER_NETDEV_LINK_1000) |
926 *rules |= BIT(TRIGGER_NETDEV_LINK_1000); in gpy_led_hw_control_get()
964 rules & BIT(TRIGGER_NETDEV_LINK_1000)) in gpy_led_hw_control_set()
/linux/drivers/net/phy/qcom/
H A Dqca807x.c148 if (test_bit(TRIGGER_NETDEV_LINK_1000, &rules)) in qca807x_led_parse_netdev()
162 if (test_bit(TRIGGER_NETDEV_LINK_1000, &rules)) in qca807x_led_parse_netdev()
274 set_bit(TRIGGER_NETDEV_LINK_1000, rules); in qca807x_led_hw_control_get()
291 set_bit(TRIGGER_NETDEV_LINK_1000, rules); in qca807x_led_hw_control_get()
/linux/include/linux/
H A Dleds.h607 TRIGGER_NETDEV_LINK_1000, enumerator