Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
A Dmac.h23 struct mac_device { struct
50 void (*update_speed)(struct mac_device *mac_dev, int speed); argument
59 static inline struct mac_device argument
62 return container_of(config, struct mac_device, phylink_config); in fman_config_to_mac()
66 struct mac_device *mac_dev;
73 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
A Dfman_memac.h14 struct mac_device;
16 int memac_initialization(struct mac_device *mac_dev,
A Dfman_tgec.h11 struct mac_device;
13 int tgec_initialization(struct mac_device *mac_dev,
A Dfman_dtsec.h11 struct mac_device;
13 int dtsec_initialization(struct mac_device *mac_dev,
A Dmac.c44 static void mac_exception(struct mac_device *mac_dev, in mac_exception()
61 struct mac_device *mac_dev) in dpaa_eth_add_device()
116 int (*init)(struct mac_device *mac_dev, struct device_node *mac_node, in mac_probe()
120 struct mac_device *mac_dev; in mac_probe()
329 struct mac_device *mac_dev = platform_get_drvdata(pdev); in mac_remove()
A Dfman_mac.h44 struct mac_device;
162 typedef void (fman_mac_exception_cb)(struct mac_device *dev_id,
A Dfman_memac.c280 struct mac_device *dev_id; /* device cookie used by the exception cbs */
700 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_mac_config()
715 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_link_up()
996 static struct fman_mac *memac_config(struct mac_device *mac_dev, in memac_config()
1052 static bool memac_supports(struct mac_device *mac_dev, phy_interface_t iface) in memac_supports()
1064 int memac_initialization(struct mac_device *mac_dev, in memac_initialization()
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()
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()
/drivers/net/ethernet/freescale/dpaa/
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()
A Ddpaa_eth.h138 struct mac_device *mac_dev;
A Ddpaa_eth_sysfs.c17 struct mac_device *mac_dev = priv->mac_dev; in dpaa_eth_show_addr()
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()

Completed in 31 milliseconds