Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:hw

41 s32 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw,
43 enum ixgbe_media_type ixgbe_get_media_type_82599(struct ixgbe_hw *hw);
44 void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw);
45 void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw);
46 void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw);
47 void ixgbe_set_hard_rate_select_speed(struct ixgbe_hw *hw,
49 s32 ixgbe_setup_mac_link_smartspeed(struct ixgbe_hw *hw,
52 s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw,
54 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
56 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw);
57 void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw);
58 s32 ixgbe_reset_hw_82599(struct ixgbe_hw *hw);
59 s32 ixgbe_read_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 *val);
60 s32 ixgbe_write_analog_reg8_82599(struct ixgbe_hw *hw, u32 reg, u8 val);
61 s32 ixgbe_start_hw_82599(struct ixgbe_hw *hw);
62 s32 ixgbe_identify_phy_82599(struct ixgbe_hw *hw);
63 s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw);
64 u64 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw);
65 s32 ixgbe_enable_rx_dma_82599(struct ixgbe_hw *hw, u32 regval);
66 s32 prot_autoc_read_82599(struct ixgbe_hw *hw, bool *locked, u32 *reg_val);
67 s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 reg_val, bool locked);