Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright Sunplus Technology Co., Ltd.
0003  *       All rights reserved.
0004  */
0005 
0006 #ifndef __SPL2SW_MAC_H__
0007 #define __SPL2SW_MAC_H__
0008 
0009 void spl2sw_mac_hw_stop(struct spl2sw_common *comm);
0010 void spl2sw_mac_hw_start(struct spl2sw_common *comm);
0011 int  spl2sw_mac_addr_add(struct spl2sw_mac *mac);
0012 int  spl2sw_mac_addr_del(struct spl2sw_mac *mac);
0013 void spl2sw_mac_hw_init(struct spl2sw_common *comm);
0014 void spl2sw_mac_rx_mode_set(struct spl2sw_mac *mac);
0015 void spl2sw_mac_init(struct spl2sw_common *comm);
0016 void spl2sw_mac_soft_reset(struct spl2sw_common *comm);
0017 
0018 #endif