Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fman/ !
H A Dmac.h28 struct mac_device { struct
64 void (*update_speed)(struct mac_device *mac_dev, int speed); argument
73 static inline struct mac_device argument
76 return container_of(config, struct mac_device, phylink_config); in fman_config_to_mac()
80 struct mac_device *mac_dev;
87 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
H A Dfman_memac.h14 struct mac_device;
16 int memac_initialization(struct mac_device *mac_dev,
H A Dfman_tgec.h11 struct mac_device;
13 int tgec_initialization(struct mac_device *mac_dev,
H A Dfman_dtsec.h11 struct mac_device;
13 int dtsec_initialization(struct mac_device *mac_dev,
H A Dmac.c42 static void mac_exception(struct mac_device *mac_dev, in mac_exception()
59 struct mac_device *mac_dev) in dpaa_eth_add_device()
114 int (*init)(struct mac_device *mac_dev, struct device_node *mac_node, in mac_probe()
118 struct mac_device *mac_dev; in mac_probe()
327 struct mac_device *mac_dev = platform_get_drvdata(pdev); in mac_remove()
H A Dfman_mac.h44 struct mac_device;
162 typedef void (fman_mac_exception_cb)(struct mac_device *dev_id,
H A Dfman_tgec.c184 struct mac_device *dev_id; /* device cookie used by the exception cbs */
443 struct mac_device *mac_dev = fman_config_to_mac(config); in tgec_link_up()
707 static struct fman_mac *tgec_config(struct mac_device *mac_dev, in tgec_config()
759 int tgec_initialization(struct mac_device *mac_dev, in tgec_initialization()
H A Dfman_memac.c280 struct mac_device *dev_id; /* device cookie used by the exception cbs */
703 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_mac_config()
718 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_link_up()
1082 static struct fman_mac *memac_config(struct mac_device *mac_dev, in memac_config()
1138 static bool memac_supports(struct mac_device *mac_dev, phy_interface_t iface) in memac_supports()
1150 int memac_initialization(struct mac_device *mac_dev, in memac_initialization()
H A Dfman_dtsec.c303 struct mac_device *dev_id; /* device cookie used by the exception cbs */
901 struct mac_device *mac_dev = fman_config_to_mac(config); in dtsec_mac_config()
933 struct mac_device *mac_dev = fman_config_to_mac(config); in dtsec_link_up()
1344 static struct fman_mac *dtsec_config(struct mac_device *mac_dev, in dtsec_config()
1400 int dtsec_initialization(struct mac_device *mac_dev, in dtsec_initialization()
/linux/drivers/net/ethernet/freescale/dpaa/ !
H A Ddpaa_ethtool.c60 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_link_ksettings()
69 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_link_ksettings()
97 struct mac_device *mac_dev = priv->mac_dev; in dpaa_nway_reset()
106 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_pauseparam()
115 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_pauseparam()
304 struct mac_device *mac_dev; in dpaa_set_hash()
474 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_pause_stats()
485 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_rmon_stats()
495 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_eth_ctrl_stats()
505 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_eth_mac_stats()
H A Ddpaa_eth.h138 struct mac_device *mac_dev;
H A Ddpaa_eth_sysfs.c17 struct mac_device *mac_dev = priv->mac_dev; in dpaa_eth_show_addr()
H A Ddpaa_eth.c200 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed);
208 struct mac_device *mac_dev = priv->mac_dev; in dpaa_netdev_init()
301 struct mac_device *mac_dev; in dpaa_stop()
411 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
415 struct mac_device *mac_dev; in dpaa_mac_dev_get()
435 struct mac_device *mac_dev; in dpaa_set_mac_address()
900 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed) in dpaa_eth_cgr_set_speed()
1330 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2944 struct mac_device *mac_dev; in dpaa_open()
3312 struct mac_device *mac_dev; in dpaa_eth_probe()