Home
last modified time | relevance | path

Searched refs:led_off (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.c772 if (hw->mac.ops.led_off) in e1000_led_off()
773 return hw->mac.ops.led_off(hw); in e1000_led_off()
H A De1000_82542.c113 mac->ops.led_off = e1000_led_off_82542; in e1000_init_mac_params_82542()
H A De1000_82540.c211 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82540()
H A De1000_hw.h687 s32 (*led_off)(struct e1000_hw *); member
H A De1000_82541.c235 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82541()
H A De1000_82543.c217 mac->ops.led_off = e1000_led_off_82543; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c232 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c332 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c37 mac->ops.led_off = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_ich8lan.c762 mac->ops.led_off = e1000_led_off_ich8lan; in e1000_init_mac_params_ich8lan()
796 mac->ops.led_off = e1000_led_off_pchlan; in e1000_init_mac_params_ich8lan()
H A De1000_82575.c395 mac->ops.led_off = e1000_led_off_generic; in e1000_init_mac_params_82575()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c1253 if (hw->mac.ops.led_off) in igc_led_off()
1254 return hw->mac.ops.led_off(hw); in igc_led_off()
H A Digc_hw.h698 s32 (*led_off)(struct igc_hw *hw); member
H A Digc_mac.c38 mac->ops.led_off = igc_null_ops_generic; in igc_init_mac_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h487 s32 (*led_off)(struct txgbe_hw *hw, u32 index); member
H A Dtxgbe_dummy.h587 hw->mac.led_off = txgbe_mac_led_off_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c751 return ixgbe_call_func(hw, hw->mac.ops.led_off, (hw, index), in ixgbe_led_off()
H A Dixgbe_x550.c63 hw->mac.ops.led_off = NULL; in ixgbe_init_ops_X550()
68 hw->mac.ops.led_off = ixgbe_led_off_t_X550em; in ixgbe_init_ops_X550()
H A Dixgbe_type.h3965 s32 (*led_off)(struct ixgbe_hw *, u32); member
H A Dixgbe_common.c84 mac->ops.led_off = ixgbe_led_off_generic; in ixgbe_init_ops_generic()