Home
last modified time | relevance | path

Searched refs:led_on (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.c757 if (hw->mac.ops.led_on) in e1000_led_on()
758 return hw->mac.ops.led_on(hw); in e1000_led_on()
H A De1000_82571.c341 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_82571()
356 mac->ops.led_on = e1000_led_on_82574; in e1000_init_mac_params_82571()
360 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_82571()
H A De1000_82542.c112 mac->ops.led_on = e1000_led_on_82542; in e1000_init_mac_params_82542()
H A De1000_82540.c210 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_82540()
H A De1000_hw.h686 s32 (*led_on)(struct e1000_hw *); member
H A De1000_82541.c234 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_82541()
H A De1000_82543.c216 mac->ops.led_on = e1000_led_on_82543; in e1000_init_mac_params_82543()
H A De1000_80003es2lan.c231 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_mac.c36 mac->ops.led_on = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
H A De1000_ich8lan.c761 mac->ops.led_on = e1000_led_on_ich8lan; in e1000_init_mac_params_ich8lan()
795 mac->ops.led_on = e1000_led_on_pchlan; in e1000_init_mac_params_ich8lan()
H A De1000_82575.c394 mac->ops.led_on = e1000_led_on_generic; in e1000_init_mac_params_82575()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h227 int bnxt_hwrm_port_led_cfg(struct bnxt *bp, bool led_on);
H A Dbnxt_hwrm.c4239 int bnxt_hwrm_port_led_cfg(struct bnxt *bp, bool led_on) in bnxt_hwrm_port_led_cfg() argument
4253 if (led_on) { in bnxt_hwrm_port_led_cfg()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c1238 if (hw->mac.ops.led_on) in igc_led_on()
1239 return hw->mac.ops.led_on(hw); in igc_led_on()
H A Digc_hw.h697 s32 (*led_on)(struct igc_hw *hw); member
H A Digc_mac.c37 mac->ops.led_on = igc_null_ops_generic; in igc_init_mac_ops_generic()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h486 s32 (*led_on)(struct txgbe_hw *hw, u32 index); member
H A Dtxgbe_dummy.h586 hw->mac.led_on = txgbe_mac_led_on_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c738 return ixgbe_call_func(hw, hw->mac.ops.led_on, (hw, index), in ixgbe_led_on()
H A Dixgbe_x550.c62 hw->mac.ops.led_on = NULL; in ixgbe_init_ops_X550()
67 hw->mac.ops.led_on = ixgbe_led_on_t_X550em; in ixgbe_init_ops_X550()
H A Dixgbe_type.h3964 s32 (*led_on)(struct ixgbe_hw *, u32); member
H A Dixgbe_common.c83 mac->ops.led_on = ixgbe_led_on_generic; in ixgbe_init_ops_generic()