162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef _TXGBE_HW_H_ 562306a36Sopenharmony_ci#define _TXGBE_HW_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciint txgbe_disable_sec_tx_path(struct wx *wx); 862306a36Sopenharmony_civoid txgbe_enable_sec_tx_path(struct wx *wx); 962306a36Sopenharmony_ciint txgbe_read_pba_string(struct wx *wx, u8 *pba_num, u32 pba_num_size); 1062306a36Sopenharmony_ciint txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val); 1162306a36Sopenharmony_ciint txgbe_reset_hw(struct wx *wx); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif /* _TXGBE_HW_H_ */ 14