Searched refs:led_off (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_api.c762 if (hw->mac.ops.led_off)
763 return hw->mac.ops.led_off(hw);
H A De1000_82542.c142 mac->ops.led_off = e1000_led_off_82542;
H A De1000_82540.c241 mac->ops.led_off = e1000_led_off_generic;
H A De1000_80003es2lan.c272 mac->ops.led_off = e1000_led_off_generic;
H A De1000_82541.c273 mac->ops.led_off = e1000_led_off_generic;
H A De1000_82543.c252 mac->ops.led_off = e1000_led_off_82543;
H A De1000_hw.h676 s32 (*led_off)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82571.c362 mac->ops.led_off = e1000_led_off_generic;
H A De1000_mac.c68 mac->ops.led_off = e1000_null_ops_generic;
H A De1000_ich8lan.c675 mac->ops.led_off = e1000_led_off_ich8lan;
696 mac->ops.led_off = e1000_led_off_pchlan;
H A De1000_82575.c463 mac->ops.led_off = e1000_led_off_generic;
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c654 led_off(softc_t *sc, u_int16_t led) function
1041 led_off(sc, MII16_HSSI_LED_UR);
1046 led_off(sc, MII16_HSSI_LED_LR);
1218 led_off(sc, MII16_DS3_LED_BLU);
1226 led_off(sc, MII16_DS3_LED_YEL);
1239 led_off(sc, MII16_DS3_LED_RED);
1620 led_off(sc, MII16_SSI_LED_UR);
1628 led_off(sc, MII16_SSI_LED_LL); /* no cable */
1640 led_off(sc, MII16_SSI_LED_LR);
2083 led_off(s
[all...]
H A Dif_lmc.h1490 static void led_off(softc_t *, u_int16_t);
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_api.c646 return ixgbe_call_func(hw, hw->mac.ops.led_off, (hw, index),
H A Dixgbe_common.c112 mac->ops.led_off = &ixgbe_led_off_generic;
H A Dixgbe_type.h3082 s32 (*led_off)(struct ixgbe_hw *, u32); member in struct:ixgbe_mac_operations

Completed in 236 milliseconds