xref: /dflybsd-src/sys/dev/netif/ig_hal/e1000_api.h (revision 01a55482b42bba8de64caeb8c9ede647a9208734)
19c80d176SSepherosa Ziehau /******************************************************************************
29c80d176SSepherosa Ziehau 
3*01a55482SSepherosa Ziehau   Copyright (c) 2001-2019, Intel Corporation
49c80d176SSepherosa Ziehau   All rights reserved.
59c80d176SSepherosa Ziehau 
69c80d176SSepherosa Ziehau   Redistribution and use in source and binary forms, with or without
79c80d176SSepherosa Ziehau   modification, are permitted provided that the following conditions are met:
89c80d176SSepherosa Ziehau 
99c80d176SSepherosa Ziehau    1. Redistributions of source code must retain the above copyright notice,
109c80d176SSepherosa Ziehau       this list of conditions and the following disclaimer.
119c80d176SSepherosa Ziehau 
129c80d176SSepherosa Ziehau    2. Redistributions in binary form must reproduce the above copyright
139c80d176SSepherosa Ziehau       notice, this list of conditions and the following disclaimer in the
149c80d176SSepherosa Ziehau       documentation and/or other materials provided with the distribution.
159c80d176SSepherosa Ziehau 
169c80d176SSepherosa Ziehau    3. Neither the name of the Intel Corporation nor the names of its
179c80d176SSepherosa Ziehau       contributors may be used to endorse or promote products derived from
189c80d176SSepherosa Ziehau       this software without specific prior written permission.
199c80d176SSepherosa Ziehau 
209c80d176SSepherosa Ziehau   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
219c80d176SSepherosa Ziehau   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
229c80d176SSepherosa Ziehau   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
239c80d176SSepherosa Ziehau   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
249c80d176SSepherosa Ziehau   LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
259c80d176SSepherosa Ziehau   CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
269c80d176SSepherosa Ziehau   SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
279c80d176SSepherosa Ziehau   INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
289c80d176SSepherosa Ziehau   CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
299c80d176SSepherosa Ziehau   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
309c80d176SSepherosa Ziehau   POSSIBILITY OF SUCH DAMAGE.
319c80d176SSepherosa Ziehau 
329c80d176SSepherosa Ziehau ******************************************************************************/
3374dc3754SSepherosa Ziehau /*$FreeBSD$*/
349c80d176SSepherosa Ziehau 
359c80d176SSepherosa Ziehau #ifndef _E1000_API_H_
369c80d176SSepherosa Ziehau #define _E1000_API_H_
379c80d176SSepherosa Ziehau 
389c80d176SSepherosa Ziehau #include "e1000_hw.h"
399c80d176SSepherosa Ziehau 
409c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_82542(struct e1000_hw *hw);
419c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_82543(struct e1000_hw *hw);
429c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_82540(struct e1000_hw *hw);
439c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_82571(struct e1000_hw *hw);
449c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_82541(struct e1000_hw *hw);
459c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_80003es2lan(struct e1000_hw *hw);
469c80d176SSepherosa Ziehau extern void e1000_init_function_pointers_ich8lan(struct e1000_hw *hw);
4762583d18SSepherosa Ziehau extern void e1000_init_function_pointers_82575(struct e1000_hw *hw);
4862583d18SSepherosa Ziehau extern void e1000_rx_fifo_flush_82575(struct e1000_hw *hw);
4962583d18SSepherosa Ziehau extern void e1000_init_function_pointers_vf(struct e1000_hw *hw);
5062583d18SSepherosa Ziehau extern void e1000_power_up_fiber_serdes_link(struct e1000_hw *hw);
5162583d18SSepherosa Ziehau extern void e1000_shutdown_fiber_serdes_link(struct e1000_hw *hw);
524be59a01SSepherosa Ziehau extern void e1000_init_function_pointers_i210(struct e1000_hw *hw);
539c80d176SSepherosa Ziehau 
544be59a01SSepherosa Ziehau s32 e1000_set_obff_timer(struct e1000_hw *hw, u32 itr);
559c80d176SSepherosa Ziehau s32 e1000_set_mac_type(struct e1000_hw *hw);
569c80d176SSepherosa Ziehau s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
579c80d176SSepherosa Ziehau s32 e1000_init_mac_params(struct e1000_hw *hw);
589c80d176SSepherosa Ziehau s32 e1000_init_nvm_params(struct e1000_hw *hw);
599c80d176SSepherosa Ziehau s32 e1000_init_phy_params(struct e1000_hw *hw);
6062583d18SSepherosa Ziehau s32 e1000_init_mbx_params(struct e1000_hw *hw);
619c80d176SSepherosa Ziehau s32 e1000_get_bus_info(struct e1000_hw *hw);
629c80d176SSepherosa Ziehau void e1000_clear_vfta(struct e1000_hw *hw);
639c80d176SSepherosa Ziehau void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
649c80d176SSepherosa Ziehau s32 e1000_force_mac_fc(struct e1000_hw *hw);
659c80d176SSepherosa Ziehau s32 e1000_check_for_link(struct e1000_hw *hw);
669c80d176SSepherosa Ziehau s32 e1000_reset_hw(struct e1000_hw *hw);
679c80d176SSepherosa Ziehau s32 e1000_init_hw(struct e1000_hw *hw);
689c80d176SSepherosa Ziehau s32 e1000_setup_link(struct e1000_hw *hw);
694be59a01SSepherosa Ziehau s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
709c80d176SSepherosa Ziehau s32 e1000_disable_pcie_master(struct e1000_hw *hw);
719c80d176SSepherosa Ziehau void e1000_config_collision_dist(struct e1000_hw *hw);
724765c386SMichael Neumann int e1000_rar_set(struct e1000_hw *hw, u8 *addr, u32 index);
739c80d176SSepherosa Ziehau u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr);
744be59a01SSepherosa Ziehau void e1000_update_mc_addr_list(struct e1000_hw *hw, u8 *mc_addr_list,
754be59a01SSepherosa Ziehau 			       u32 mc_addr_count);
769c80d176SSepherosa Ziehau s32 e1000_setup_led(struct e1000_hw *hw);
779c80d176SSepherosa Ziehau s32 e1000_cleanup_led(struct e1000_hw *hw);
789c80d176SSepherosa Ziehau s32 e1000_check_reset_block(struct e1000_hw *hw);
799c80d176SSepherosa Ziehau s32 e1000_blink_led(struct e1000_hw *hw);
809c80d176SSepherosa Ziehau s32 e1000_led_on(struct e1000_hw *hw);
819c80d176SSepherosa Ziehau s32 e1000_led_off(struct e1000_hw *hw);
826a5a645eSSepherosa Ziehau s32 e1000_id_led_init(struct e1000_hw *hw);
839c80d176SSepherosa Ziehau void e1000_reset_adaptive(struct e1000_hw *hw);
849c80d176SSepherosa Ziehau void e1000_update_adaptive(struct e1000_hw *hw);
859c80d176SSepherosa Ziehau s32 e1000_get_cable_length(struct e1000_hw *hw);
869c80d176SSepherosa Ziehau s32 e1000_validate_mdi_setting(struct e1000_hw *hw);
879c80d176SSepherosa Ziehau s32 e1000_read_phy_reg(struct e1000_hw *hw, u32 offset, u16 *data);
889c80d176SSepherosa Ziehau s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 offset, u16 data);
894be59a01SSepherosa Ziehau s32 e1000_write_8bit_ctrl_reg(struct e1000_hw *hw, u32 reg, u32 offset,
904be59a01SSepherosa Ziehau 			      u8 data);
919c80d176SSepherosa Ziehau s32 e1000_get_phy_info(struct e1000_hw *hw);
929c80d176SSepherosa Ziehau void e1000_release_phy(struct e1000_hw *hw);
939c80d176SSepherosa Ziehau s32 e1000_acquire_phy(struct e1000_hw *hw);
949c80d176SSepherosa Ziehau s32 e1000_cfg_on_link_up(struct e1000_hw *hw);
959c80d176SSepherosa Ziehau s32 e1000_phy_hw_reset(struct e1000_hw *hw);
969c80d176SSepherosa Ziehau s32 e1000_phy_commit(struct e1000_hw *hw);
979c80d176SSepherosa Ziehau void e1000_power_up_phy(struct e1000_hw *hw);
989c80d176SSepherosa Ziehau void e1000_power_down_phy(struct e1000_hw *hw);
999c80d176SSepherosa Ziehau s32 e1000_read_mac_addr(struct e1000_hw *hw);
1004be59a01SSepherosa Ziehau s32 e1000_read_pba_string(struct e1000_hw *hw, u8 *pba_num, u32 pba_num_size);
1016a5a645eSSepherosa Ziehau s32 e1000_read_pba_length(struct e1000_hw *hw, u32 *pba_num_size);
1029c80d176SSepherosa Ziehau void e1000_reload_nvm(struct e1000_hw *hw);
1039c80d176SSepherosa Ziehau s32 e1000_update_nvm_checksum(struct e1000_hw *hw);
1049c80d176SSepherosa Ziehau s32 e1000_validate_nvm_checksum(struct e1000_hw *hw);
1059c80d176SSepherosa Ziehau s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
1069c80d176SSepherosa Ziehau s32 e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data);
1079c80d176SSepherosa Ziehau s32 e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data);
1084be59a01SSepherosa Ziehau s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
1099c80d176SSepherosa Ziehau s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
1109c80d176SSepherosa Ziehau s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
1119c80d176SSepherosa Ziehau bool e1000_check_mng_mode(struct e1000_hw *hw);
1129c80d176SSepherosa Ziehau bool e1000_enable_tx_pkt_filtering(struct e1000_hw *hw);
1139c80d176SSepherosa Ziehau s32 e1000_mng_enable_host_if(struct e1000_hw *hw);
1144be59a01SSepherosa Ziehau s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length,
1154be59a01SSepherosa Ziehau 			    u16 offset, u8 *sum);
1169c80d176SSepherosa Ziehau s32 e1000_mng_write_cmd_header(struct e1000_hw *hw,
1179c80d176SSepherosa Ziehau 			       struct e1000_host_mng_command_header *hdr);
1184be59a01SSepherosa Ziehau s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length);
1199c80d176SSepherosa Ziehau u32  e1000_translate_register_82542(u32 reg);
1209c80d176SSepherosa Ziehau 
1214be59a01SSepherosa Ziehau 
1224be59a01SSepherosa Ziehau 
1239c80d176SSepherosa Ziehau /*
1249c80d176SSepherosa Ziehau  * TBI_ACCEPT macro definition:
1259c80d176SSepherosa Ziehau  *
1269c80d176SSepherosa Ziehau  * This macro requires:
127ba0123e0SSepherosa Ziehau  *      a = a pointer to struct e1000_hw
1289c80d176SSepherosa Ziehau  *      status = the 8 bit status field of the Rx descriptor with EOP set
129ba0123e0SSepherosa Ziehau  *      errors = the 8 bit error field of the Rx descriptor with EOP set
1309c80d176SSepherosa Ziehau  *      length = the sum of all the length fields of the Rx descriptors that
1319c80d176SSepherosa Ziehau  *               make up the current frame
1329c80d176SSepherosa Ziehau  *      last_byte = the last byte of the frame DMAed by the hardware
133ba0123e0SSepherosa Ziehau  *      min_frame_size = the minimum frame length we want to accept.
134ba0123e0SSepherosa Ziehau  *      max_frame_size = the maximum frame length we want to accept.
1359c80d176SSepherosa Ziehau  *
1369c80d176SSepherosa Ziehau  * This macro is a conditional that should be used in the interrupt
1379c80d176SSepherosa Ziehau  * handler's Rx processing routine when RxErrors have been detected.
1389c80d176SSepherosa Ziehau  *
1399c80d176SSepherosa Ziehau  * Typical use:
1409c80d176SSepherosa Ziehau  *  ...
1419c80d176SSepherosa Ziehau  *  if (TBI_ACCEPT) {
1429c80d176SSepherosa Ziehau  *      accept_frame = TRUE;
1439c80d176SSepherosa Ziehau  *      e1000_tbi_adjust_stats(adapter, MacAddress);
1449c80d176SSepherosa Ziehau  *      frame_length--;
1459c80d176SSepherosa Ziehau  *  } else {
1469c80d176SSepherosa Ziehau  *      accept_frame = FALSE;
1479c80d176SSepherosa Ziehau  *  }
1489c80d176SSepherosa Ziehau  *  ...
1499c80d176SSepherosa Ziehau  */
1509c80d176SSepherosa Ziehau 
1519c80d176SSepherosa Ziehau /* The carrier extension symbol, as received by the NIC. */
1529c80d176SSepherosa Ziehau #define CARRIER_EXTENSION   0x0F
1539c80d176SSepherosa Ziehau 
1544be59a01SSepherosa Ziehau #define TBI_ACCEPT(a, status, errors, length, last_byte, \
1554be59a01SSepherosa Ziehau 		   min_frame_size, max_frame_size) \
1569c80d176SSepherosa Ziehau 	(e1000_tbi_sbp_enabled_82543(a) && \
1579c80d176SSepherosa Ziehau 	 (((errors) & E1000_RXD_ERR_FRAME_ERR_MASK) == E1000_RXD_ERR_CE) && \
1589c80d176SSepherosa Ziehau 	 ((last_byte) == CARRIER_EXTENSION) && \
1599c80d176SSepherosa Ziehau 	 (((status) & E1000_RXD_STAT_VP) ? \
160ba0123e0SSepherosa Ziehau 	  (((length) > ((min_frame_size) - VLAN_TAG_SIZE)) && \
161ba0123e0SSepherosa Ziehau 	  ((length) <= ((max_frame_size) + 1))) : \
162ba0123e0SSepherosa Ziehau 	  (((length) > (min_frame_size)) && \
163ba0123e0SSepherosa Ziehau 	  ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
1649c80d176SSepherosa Ziehau 
1654be59a01SSepherosa Ziehau #define E1000_MAX(a, b) ((a) > (b) ? (a) : (b))
1664be59a01SSepherosa Ziehau #define E1000_DIVIDE_ROUND_UP(a, b)	(((a) + (b) - 1) / (b)) /* ceil(a/b) */
1674be59a01SSepherosa Ziehau #endif /* _E1000_API_H_ */
168