Home
last modified time | relevance | path

Searched refs:mac_device (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dmac.h47 struct mac_device { struct
64 int (*init)(struct mac_device *mac_dev); argument
65 int (*start)(struct mac_device *mac_dev); argument
66 int (*stop)(struct mac_device *mac_dev); argument
67 void (*adjust_link)(struct mac_device *mac_dev); argument
73 struct mac_device *mac_dev); argument
89 struct mac_device *mac_dev; argument
96 int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx);
98 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause,
H A Dmac.c80 struct mac_device *mac_dev; in mac_exception()
97 static int set_fman_mac_params(struct mac_device *mac_dev, in set_fman_mac_params()
122 static int tgec_initialization(struct mac_device *mac_dev) in tgec_initialization()
170 static int dtsec_initialization(struct mac_device *mac_dev) in dtsec_initialization()
222 static int memac_initialization(struct mac_device *mac_dev) in memac_initialization()
270 static int start(struct mac_device *mac_dev) in start()
283 static int stop(struct mac_device *mac_dev) in stop()
293 static int set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in set_multi()
345 int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx) in fman_set_mac_active_pause()
381 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause, in fman_get_pause_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c147 struct mac_device *mac_dev; in dpaa_get_pauseparam()
164 struct mac_device *mac_dev; in dpaa_set_pauseparam()
418 struct mac_device *mac_dev; in dpaa_set_hash()
H A Ddpaa_eth.h155 struct mac_device *mac_dev;
H A Ddpaa_eth_sysfs.c43 struct mac_device *mac_dev = priv->mac_dev; in dpaa_eth_show_addr()
H A Ddpaa_eth.c301 struct mac_device *mac_dev; in dpaa_stop()
412 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
416 struct mac_device *mac_dev; in dpaa_mac_dev_get()
436 struct mac_device *mac_dev; in dpaa_set_mac_address()
1272 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2577 struct mac_device *mac_dev; in dpaa_adjust_link()
2591 struct mac_device *mac_dev; in dpaa_phy_init()
2625 struct mac_device *mac_dev; in dpaa_open()
2886 struct mac_device *mac_dev; in dpaa_eth_probe()