#include <linux/platform_device.h>
#include <linux/netdevice.h>
#include <linux/bitfield.h>
#include <linux/of_mdio.h>
#include "spl2sw_register.h"
#include "spl2sw_define.h"
#include "spl2sw_desc.h"
#include "spl2sw_mac.h"
void spl2sw_mac_hw_stop(struct spl2sw_common *comm)
{ … }
void spl2sw_mac_hw_start(struct spl2sw_common *comm)
{ … }
int spl2sw_mac_addr_add(struct spl2sw_mac *mac)
{ … }
int spl2sw_mac_addr_del(struct spl2sw_mac *mac)
{ … }
void spl2sw_mac_hw_init(struct spl2sw_common *comm)
{ … }
void spl2sw_mac_rx_mode_set(struct spl2sw_mac *mac)
{ … }
void spl2sw_mac_init(struct spl2sw_common *comm)
{ … }
void spl2sw_mac_soft_reset(struct spl2sw_common *comm)
{ … }