xref: /linux/drivers/net/ethernet/wangxun/txgbe/txgbe_hw.h (revision 8e07e0e3964ca4e23ce7b68e2096fe660a888942)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd. */
3 
4 #ifndef _TXGBE_HW_H_
5 #define _TXGBE_HW_H_
6 
7 int txgbe_disable_sec_tx_path(struct wx *wx);
8 void txgbe_enable_sec_tx_path(struct wx *wx);
9 int txgbe_validate_eeprom_checksum(struct wx *wx, u16 *checksum_val);
10 int txgbe_reset_hw(struct wx *wx);
11 
12 #endif /* _TXGBE_HW_H_ */
13