Changeset View
Changeset View
Standalone View
Standalone View
head/sys/dev/ixgbe/ixgbe_82599.h
/****************************************************************************** | /****************************************************************************** | ||||
Copyright (c) 2001-2013, Intel Corporation | Copyright (c) 2001-2014, Intel Corporation | ||||
All rights reserved. | All rights reserved. | ||||
Redistribution and use in source and binary forms, with or without | Redistribution and use in source and binary forms, with or without | ||||
Context not available. | |||||
void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | ||||
void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | ||||
void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | ||||
s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw, | void ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *hw, | ||||
ixgbe_link_speed speed, | ixgbe_link_speed speed); | ||||
bool autoneg_wait_to_complete); | |||||
s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw, | s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw, | ||||
ixgbe_link_speed speed, | ixgbe_link_speed speed, | ||||
bool autoneg_wait_to_complete); | bool autoneg_wait_to_complete); | ||||
Context not available. | |||||
s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw); | s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw); | ||||
u32 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw); | u32 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw); | ||||
s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval); | s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval); | ||||
s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val); | |||||
s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked); | |||||
#endif /* _IXGBE_82599_H_ */ | #endif /* _IXGBE_82599_H_ */ | ||||
Context not available. |