/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.h | 41 u32 ixgbe_get_pcie_msix_count_82598(struct ixgbe_hw *hw); 42 s32 ixgbe_fc_enable_82598(struct ixgbe_hw *hw); 43 s32 ixgbe_start_hw_82598(struct ixgbe_hw *hw); 44 void ixgbe_enable_relaxed_ordering_82598(struct ixgbe_hw *hw); 45 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 46 s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, 48 s32 ixgbe_read_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 *val); 49 s32 ixgbe_write_analog_reg8_82598(struct ixgbe_hw *hw, u32 reg, u8 val); 50 s32 ixgbe_read_i2c_eeprom_82598(struct ixgbe_hw *hw, u8 byte_offset, 52 u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw) [all...] |
ixgbe_82599.h | 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) [all...] |
ixgbe_x540.h | 42 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, 44 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw); 45 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, ixgbe_link_speed speed, 47 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw); 48 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw); 49 u64 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw); 51 s32 ixgbe_init_eeprom_params_X540(struct ixgbe_hw *hw); 52 s32 ixgbe_read_eerd_X540(struct ixgbe_hw *hw, u16 offset, u16 *data); 53 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words, 55 s32 ixgbe_write_eewr_X540(struct ixgbe_hw *hw, u16 offset, u16 data) [all...] |
ixgbe_api.h | 43 void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map); 45 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw); 47 extern s32 ixgbe_init_ops_82598(struct ixgbe_hw *hw); 48 extern s32 ixgbe_init_ops_82599(struct ixgbe_hw *hw); 49 extern s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw); 50 extern s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw); 51 extern s32 ixgbe_init_ops_X550EM(struct ixgbe_hw *hw); 52 extern s32 ixgbe_init_ops_X550EM_x(struct ixgbe_hw *hw); 53 extern s32 ixgbe_init_ops_X550EM_a(struct ixgbe_hw *hw); 55 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw) [all...] |
ixgbe_common.h | 53 void ixgbe_dcb_get_rtrup2tc_generic(struct ixgbe_hw *hw, u8 *map); 55 u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw); 56 s32 ixgbe_init_ops_generic(struct ixgbe_hw *hw); 57 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw); 58 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw); 59 void ixgbe_start_hw_gen2(struct ixgbe_hw *hw); 60 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw); 61 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num); 62 s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, 64 s32 ixgbe_read_pba_raw(struct ixgbe_hw *hw, u16 *eeprom_buf [all...] |
ixgbe_x550.h | 41 s32 ixgbe_dmac_config_X550(struct ixgbe_hw *hw); 42 s32 ixgbe_dmac_config_tcs_X550(struct ixgbe_hw *hw); 43 s32 ixgbe_dmac_update_tcs_X550(struct ixgbe_hw *hw); 45 s32 ixgbe_get_bus_info_X550em(struct ixgbe_hw *hw); 46 s32 ixgbe_init_eeprom_params_X550(struct ixgbe_hw *hw); 47 s32 ixgbe_update_eeprom_checksum_X550(struct ixgbe_hw *hw); 48 s32 ixgbe_calc_eeprom_checksum_X550(struct ixgbe_hw *hw); 49 s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size); 50 s32 ixgbe_validate_eeprom_checksum_X550(struct ixgbe_hw *hw, u16 *checksum_val); 51 s32 ixgbe_update_flash_X550(struct ixgbe_hw *hw) [all...] |
ixgbe_phy.h | 162 s32 ixgbe_init_phy_ops_generic(struct ixgbe_hw *hw); 163 bool ixgbe_validate_phy_addr(struct ixgbe_hw *hw, u32 phy_addr); 165 s32 ixgbe_get_phy_id(struct ixgbe_hw *hw); 166 s32 ixgbe_identify_phy_generic(struct ixgbe_hw *hw); 167 s32 ixgbe_reset_phy_generic(struct ixgbe_hw *hw); 168 s32 ixgbe_read_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, 170 s32 ixgbe_write_phy_reg_mdi(struct ixgbe_hw *hw, u32 reg_addr, u32 device_type, 172 s32 ixgbe_read_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, 174 s32 ixgbe_write_phy_reg_generic(struct ixgbe_hw *hw, u32 reg_addr, 176 s32 ixgbe_setup_phy_link_generic(struct ixgbe_hw *hw) [all...] |
ixgbe_dcb_82598.h | 85 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8); 88 s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *); 89 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *, 91 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *, 95 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, 97 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, 99 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *, u16 *, u16 *, u8 *); 102 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, int, u16 *, u16 *, u8 *, u8 *);
|
ixgbe_mbx.h | 44 void (*init_params)(struct ixgbe_hw *hw); 45 void (*release)(struct ixgbe_hw *hw, u16 mbx_id); 46 s32 (*read)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 47 s32 (*write)(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 48 s32 (*check_for_msg)(struct ixgbe_hw *hw, u16 vf_number); 49 s32 (*check_for_ack)(struct ixgbe_hw *hw, u16 vf_number); 50 s32 (*check_for_rst)(struct ixgbe_hw *hw, u16 vf_number); 51 s32 (*clear)(struct ixgbe_hw *hw, u16 vf_number); 198 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id); 199 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) [all...] |
ixgbe_vf.h | 117 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw); 118 s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw); 119 s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw); 120 s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw); 121 s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw); 122 u32 ixgbe_get_num_of_tx_queues_vf(struct ixgbe_hw *hw); 123 u32 ixgbe_get_num_of_rx_queues_vf(struct ixgbe_hw *hw); 124 s32 ixgbe_get_mac_addr_vf(struct ixgbe_hw *hw, u8 *mac_addr); 125 s32 ixgbe_setup_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed speed, 127 s32 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed [all...] |
ixgbe_dcb_82599.h | 132 s32 ixgbe_dcb_config_pfc_82599(struct ixgbe_hw *, u8, u8 *); 135 s32 ixgbe_dcb_config_tc_stats_82599(struct ixgbe_hw *, 137 s32 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *, 139 s32 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *, 143 s32 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, 145 s32 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, 147 s32 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *, u16 *, u16 *, u8 *, 151 s32 ixgbe_dcb_config_82599(struct ixgbe_hw *, 154 s32 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *, int, u16 *, u16 *, u8 *,
|
ixgbe_api.c | 73 void ixgbe_dcb_get_rtrup2tc(struct ixgbe_hw *hw, u8 *map) 85 * other function in the shared code. The ixgbe_hw structure should be 91 s32 ixgbe_init_shared_code(struct ixgbe_hw *hw) 137 s32 ixgbe_set_mac_type(struct ixgbe_hw *hw) 237 s32 ixgbe_init_hw(struct ixgbe_hw *hw) 250 s32 ixgbe_reset_hw(struct ixgbe_hw *hw) 266 s32 ixgbe_start_hw(struct ixgbe_hw *hw) 280 void ixgbe_enable_relaxed_ordering(struct ixgbe_hw *hw) 293 s32 ixgbe_clear_hw_cntrs(struct ixgbe_hw *hw) 305 enum ixgbe_media_type ixgbe_get_media_type(struct ixgbe_hw *hw [all...] |
ixgbe_dcb.h | 145 s32 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *, 149 s32 ixgbe_dcb_config_pfc(struct ixgbe_hw *, u8, u8 *); 150 s32 ixgbe_dcb_config_pfc_cee(struct ixgbe_hw *, struct ixgbe_dcb_config *); 153 s32 ixgbe_dcb_config_tc_stats(struct ixgbe_hw *); 154 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8); 155 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *, struct ixgbe_hw_stats *, u8); 158 s32 ixgbe_dcb_config_tx_desc_arbiter_cee(struct ixgbe_hw *, 160 s32 ixgbe_dcb_config_tx_data_arbiter_cee(struct ixgbe_hw *, 162 s32 ixgbe_dcb_config_rx_arbiter_cee(struct ixgbe_hw *, 175 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *, u16 *, u16 *, u8 *, u8 *, u8 *) [all...] |
ixgbe_osdep.c | 44 ixgbe_dev_from_hw(struct ixgbe_hw *hw) 50 ixgbe_read_pci_cfg(struct ixgbe_hw *hw, u32 reg) 68 ixgbe_write_pci_cfg(struct ixgbe_hw *hw, u32 reg, u16 value) 93 ixgbe_read_reg(struct ixgbe_hw *hw, u32 reg) 100 ixgbe_write_reg(struct ixgbe_hw *hw, u32 reg, u32 val) 108 ixgbe_read_reg_array(struct ixgbe_hw *hw, u32 reg, u32 offset) 116 ixgbe_write_reg_array(struct ixgbe_hw *hw, u32 reg, u32 offset, u32 val) 124 ixgbe_write_barrier(struct ixgbe_hw *hw)
|
ixgbe_mbx.c | 45 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id); 46 static s32 ixgbe_poll_for_ack(struct ixgbe_hw *hw, u16 mbx_id); 57 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) 86 s32 ixgbe_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) 123 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) 156 s32 ixgbe_check_for_msg(struct ixgbe_hw *hw, u16 mbx_id) 176 s32 ixgbe_check_for_ack(struct ixgbe_hw *hw, u16 mbx_id) 196 s32 ixgbe_check_for_rst(struct ixgbe_hw *hw, u16 mbx_id) 216 s32 ixgbe_clear_mbx(struct ixgbe_hw *hw, u16 mbx_id) 236 static s32 ixgbe_poll_for_msg(struct ixgbe_hw *hw, u16 mbx_id [all...] |
ixgbe_82598.c | 54 static s32 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw, 57 static enum ixgbe_media_type ixgbe_get_media_type_82598(struct ixgbe_hw *hw); 58 static s32 ixgbe_start_mac_link_82598(struct ixgbe_hw *hw, 60 static s32 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw, 63 static s32 ixgbe_setup_mac_link_82598(struct ixgbe_hw *hw, 66 static s32 ixgbe_setup_copper_link_82598(struct ixgbe_hw *hw, 69 static s32 ixgbe_reset_hw_82598(struct ixgbe_hw *hw); 70 static s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq); 71 static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw); 72 static void ixgbe_set_rxpba_82598(struct ixgbe_hw *hw, int num_pb [all...] |
ixgbe_osdep.h | 186 /* These routines need struct ixgbe_hw declared */ 187 struct ixgbe_hw; 188 device_t ixgbe_dev_from_hw(struct ixgbe_hw *hw); 191 extern u16 ixgbe_read_pci_cfg(struct ixgbe_hw *, u32); 194 extern void ixgbe_write_pci_cfg(struct ixgbe_hw *, u32, u16); 199 extern u32 ixgbe_read_reg(struct ixgbe_hw *, u32); 202 extern void ixgbe_write_reg(struct ixgbe_hw *, u32, u32); 205 extern u32 ixgbe_read_reg_array(struct ixgbe_hw *, u32, u32); 209 extern void ixgbe_write_reg_array(struct ixgbe_hw *, u32, u32, u32); 213 extern void ixgbe_write_barrier(struct ixgbe_hw *); [all...] |
ixgbe_vf.c | 61 s32 ixgbe_init_ops_vf(struct ixgbe_hw *hw) 107 static void ixgbe_virt_clr_reg(struct ixgbe_hw *hw) 157 s32 ixgbe_start_hw_vf(struct ixgbe_hw *hw) 172 s32 ixgbe_init_hw_vf(struct ixgbe_hw *hw) 188 s32 ixgbe_reset_hw_vf(struct ixgbe_hw *hw) 258 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts, 263 s32 ixgbe_stop_adapter_vf(struct ixgbe_hw *hw) 312 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) 340 static s32 ixgbevf_write_msg_read_ack(struct ixgbe_hw *hw, u32 *msg, 359 s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq [all...] |
ixgbe_dcb_82598.c | 52 s32 ixgbe_dcb_get_tc_stats_82598(struct ixgbe_hw *hw, 86 s32 ixgbe_dcb_get_pfc_stats_82598(struct ixgbe_hw *hw, 116 s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw, u16 *refill, 174 s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw, 221 s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw, 266 s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, u8 pfc_en) 318 s32 ixgbe_dcb_config_tc_stats_82598(struct ixgbe_hw *hw) 354 s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw, int link_speed,
|
ixgbe_common.c | 47 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw); 48 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw); 49 static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw); 50 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw); 51 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw); 52 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, 54 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count); 55 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 56 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); 57 static void ixgbe_release_eeprom(struct ixgbe_hw *hw) [all...] |
ixgbe_type.h | 4002 struct ixgbe_hw; 4005 typedef u8* (*ixgbe_mc_addr_itr) (struct ixgbe_hw *hw, u8 **mc_addr_ptr, 4010 s32 (*init_params)(struct ixgbe_hw *); 4011 s32 (*read)(struct ixgbe_hw *, u16, u16 *); 4012 s32 (*read_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 4013 s32 (*write)(struct ixgbe_hw *, u16, u16); 4014 s32 (*write_buffer)(struct ixgbe_hw *, u16, u16, u16 *); 4015 s32 (*validate_checksum)(struct ixgbe_hw *, u16 *); 4016 s32 (*update_checksum)(struct ixgbe_hw *); 4017 s32 (*calc_checksum)(struct ixgbe_hw *); 4247 struct ixgbe_hw { struct [all...] |
ixgbe_x550.c | 48 static s32 ixgbe_setup_ixfi_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed); 49 static s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw, 52 static s32 ixgbe_acquire_swfw_sync_X550a(struct ixgbe_hw *, u32 mask); 53 static void ixgbe_release_swfw_sync_X550a(struct ixgbe_hw *, u32 mask); 54 static s32 ixgbe_read_mng_if_sel_x550em(struct ixgbe_hw *hw); 63 s32 ixgbe_init_ops_X550(struct ixgbe_hw *hw) 123 static s32 ixgbe_read_cs4227(struct ixgbe_hw *hw, u16 reg, u16 *value) 136 static s32 ixgbe_write_cs4227(struct ixgbe_hw *hw, u16 reg, u16 value) 149 static s32 ixgbe_read_pe(struct ixgbe_hw *hw, u8 reg, u8 *value) 168 static s32 ixgbe_write_pe(struct ixgbe_hw *hw, u8 reg, u8 value [all...] |
ixgbe_82599.c | 54 static s32 ixgbe_setup_copper_link_82599(struct ixgbe_hw *hw, 57 static s32 ixgbe_verify_fw_version_82599(struct ixgbe_hw *hw); 58 static s32 ixgbe_read_eeprom_82599(struct ixgbe_hw *hw, 60 static s32 ixgbe_read_eeprom_buffer_82599(struct ixgbe_hw *hw, u16 offset, 62 static s32 ixgbe_reset_pipeline_82599(struct ixgbe_hw *hw); 63 static s32 ixgbe_read_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, 65 static s32 ixgbe_write_i2c_byte_82599(struct ixgbe_hw *hw, u8 byte_offset, 68 void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw) 122 s32 ixgbe_init_phy_ops_82599(struct ixgbe_hw *hw) 180 s32 ixgbe_setup_sfp_modules_82599(struct ixgbe_hw *hw [all...] |
ixgbe_x540.c | 54 static s32 ixgbe_poll_flash_update_done_X540(struct ixgbe_hw *hw); 55 static s32 ixgbe_get_swfw_sync_semaphore(struct ixgbe_hw *hw); 56 static void ixgbe_release_swfw_sync_semaphore(struct ixgbe_hw *hw); 65 s32 ixgbe_init_ops_X540(struct ixgbe_hw *hw) 176 s32 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, 191 enum ixgbe_media_type ixgbe_get_media_type_X540(struct ixgbe_hw *hw) 203 s32 ixgbe_setup_mac_link_X540(struct ixgbe_hw *hw, 218 s32 ixgbe_reset_hw_X540(struct ixgbe_hw *hw) 321 s32 ixgbe_start_hw_X540(struct ixgbe_hw *hw) 343 u64 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw [all...] |
ixgbe_phy.c | 47 static void ixgbe_i2c_start(struct ixgbe_hw *hw); 48 static void ixgbe_i2c_stop(struct ixgbe_hw *hw); 49 static void ixgbe_clock_in_i2c_byte(struct ixgbe_hw *hw, u8 *data); 50 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data); 51 static s32 ixgbe_get_i2c_ack(struct ixgbe_hw *hw); 52 static void ixgbe_clock_in_i2c_bit(struct ixgbe_hw *hw, bool *data); 53 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data); 54 static void ixgbe_raise_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl); 55 static void ixgbe_lower_i2c_clk(struct ixgbe_hw *hw, u32 *i2cctl); 56 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) [all...] |