Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dmac.h22 struct mac_device { struct
43 struct mac_device *mac_dev); argument
51 void (*update_speed)(struct mac_device *mac_dev, int speed); argument
57 static inline struct mac_device argument
60 return container_of(config, struct mac_device, phylink_config); in fman_config_to_mac()
64 struct mac_device *mac_dev;
71 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
H A Dfman_dtsec.h11 struct mac_device;
13 int dtsec_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_memac.h14 struct mac_device;
16 int memac_initialization(struct mac_device *mac_dev,
H A Dmac.c46 static void mac_exception(struct mac_device *mac_dev, in mac_exception()
60 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in fman_set_multi()
101 struct mac_device *mac_dev) in dpaa_eth_add_device()
156 int (*init)(struct mac_device *mac_dev, struct device_node *mac_node, in mac_probe()
160 struct mac_device *mac_dev; in mac_probe()
337 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_memac.c281 struct mac_device *dev_id; /* device cookie used by the exception cbs */
702 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_mac_config()
717 struct mac_device *mac_dev = fman_config_to_mac(config); in memac_link_up()
998 static struct fman_mac *memac_config(struct mac_device *mac_dev, in memac_config()
1054 static bool memac_supports(struct mac_device *mac_dev, phy_interface_t iface) in memac_supports()
1066 int memac_initialization(struct mac_device *mac_dev, in memac_initialization()
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_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()
/openbmc/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()
334 struct mac_device *mac_dev; in dpaa_set_hash()
H A Ddpaa_eth.h142 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.c201 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed);
209 struct mac_device *mac_dev = priv->mac_dev; in dpaa_netdev_init()
301 struct mac_device *mac_dev; in dpaa_stop()
410 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
414 struct mac_device *mac_dev; in dpaa_mac_dev_get()
434 struct mac_device *mac_dev; in dpaa_set_mac_address()
882 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed) in dpaa_eth_cgr_set_speed()
1319 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2920 struct mac_device *mac_dev; in dpaa_open()
3287 struct mac_device *mac_dev; in dpaa_eth_probe()