• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/

Lines Matching refs:ixgbe_hw

37 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
38 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
39 static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw);
40 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
41 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw);
42 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
44 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
45 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
46 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
47 static void ixgbe_release_eeprom(struct ixgbe_hw *hw);
48 static u16 ixgbe_calc_eeprom_checksum(struct ixgbe_hw *hw);
50 static void ixgbe_enable_rar(struct ixgbe_hw *hw, u32 index);
51 static void ixgbe_disable_rar(struct ixgbe_hw *hw, u32 index);
52 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
53 static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq);
54 static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num);
65 s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
106 s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw)
128 s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw)
206 s32 ixgbe_read_pba_num_generic(struct ixgbe_hw *hw, u32 *pba_num)
237 s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
259 * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure
261 s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw)
315 void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw)
334 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts,
339 s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
389 s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index)
407 s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index)
425 * ixgbe_hw struct in order to set up EEPROM access.
427 s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw)
478 s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
544 s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
604 s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
640 s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg)
668 static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw)
719 static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw)
784 static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw)
800 static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw)
839 static void ixgbe_standby_eeprom(struct ixgbe_hw *hw)
862 static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
915 static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count)
953 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
970 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
986 static void ixgbe_release_eeprom(struct ixgbe_hw *hw)
1011 static u16 ixgbe_calc_eeprom_checksum(struct ixgbe_hw *hw)
1059 s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
1099 s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw)
1156 s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
1204 s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index)
1239 static void ixgbe_enable_rar(struct ixgbe_hw *hw, u32 index)
1255 static void ixgbe_disable_rar(struct ixgbe_hw *hw, u32 index)
1272 s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw)
1328 static void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq)
1365 s32 ixgbe_update_uc_addr_list_generic(struct ixgbe_hw *hw,
1432 static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
1466 static void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr)
1504 s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw,
1543 s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw)
1567 s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw)
1591 s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num)
1729 s32 ixgbe_fc_autoneg(struct ixgbe_hw *hw)
1902 static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
2097 s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw)
2138 s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2182 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2203 s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval)
2215 s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index)
2248 s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index)
2275 static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
2297 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
2342 u32 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw)
2362 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2408 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2433 s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw)
2452 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan)
2500 s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
2640 s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
2665 s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
2718 s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,