Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/fman/
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,
Dmac.c80 struct mac_device *mac_dev; in mac_exception()
97 static void set_fman_mac_params(struct mac_device *mac_dev, in set_fman_mac_params()
117 static int tgec_initialization(struct mac_device *mac_dev) in tgec_initialization()
163 static int dtsec_initialization(struct mac_device *mac_dev) in dtsec_initialization()
213 static int memac_initialization(struct mac_device *mac_dev) in memac_initialization()
259 static int start(struct mac_device *mac_dev) in start()
272 static int stop(struct mac_device *mac_dev) in stop()
282 static int set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in set_multi()
334 int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx) in fman_set_mac_active_pause()
370 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause, in fman_get_pause_cfg()
[all …]
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c162 struct mac_device *mac_dev; in dpaa_get_pauseparam()
181 struct mac_device *mac_dev; in dpaa_set_pauseparam()
459 struct mac_device *mac_dev; in dpaa_set_hash()
Ddpaa_eth.h154 struct mac_device *mac_dev;
Ddpaa_eth_sysfs.c43 struct mac_device *mac_dev = priv->mac_dev; in dpaa_eth_show_addr()
Ddpaa_eth.c280 struct mac_device *mac_dev; in dpaa_stop()
389 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
393 struct mac_device *mac_dev; in dpaa_mac_dev_get()
413 struct mac_device *mac_dev; in dpaa_set_mac_address()
1254 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2469 struct mac_device *mac_dev; in dpaa_adjust_link()
2479 struct mac_device *mac_dev; in dpaa_phy_init()
2507 struct mac_device *mac_dev; in dpaa_open()
2767 struct mac_device *mac_dev; in dpaa_eth_probe()