162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright Sunplus Technology Co., Ltd. 362306a36Sopenharmony_ci * All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __SPL2SW_MAC_H__ 762306a36Sopenharmony_ci#define __SPL2SW_MAC_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_civoid spl2sw_mac_hw_stop(struct spl2sw_common *comm); 1062306a36Sopenharmony_civoid spl2sw_mac_hw_start(struct spl2sw_common *comm); 1162306a36Sopenharmony_ciint spl2sw_mac_addr_add(struct spl2sw_mac *mac); 1262306a36Sopenharmony_ciint spl2sw_mac_addr_del(struct spl2sw_mac *mac); 1362306a36Sopenharmony_civoid spl2sw_mac_hw_init(struct spl2sw_common *comm); 1462306a36Sopenharmony_civoid spl2sw_mac_rx_mode_set(struct spl2sw_mac *mac); 1562306a36Sopenharmony_civoid spl2sw_mac_init(struct spl2sw_common *comm); 1662306a36Sopenharmony_civoid spl2sw_mac_soft_reset(struct spl2sw_common *comm); 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif 19