Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
Dmac.h21 struct mac_device { struct
43 void (*adjust_link)(struct mac_device *mac_dev); argument
49 struct mac_device *mac_dev); argument
60 void (*update_speed)(struct mac_device *mac_dev, int speed); argument
67 struct mac_device *mac_dev; argument
74 int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx);
76 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause,
78 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
Dmac.c44 static void mac_exception(struct mac_device *mac_dev, in mac_exception()
58 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in fman_set_multi()
110 int fman_set_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx) in fman_set_mac_active_pause()
146 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause, in fman_get_pause_cfg()
221 struct mac_device *mac_dev) in dpaa_eth_add_device()
276 int (*init)(struct mac_device *mac_dev, struct device_node *mac_node, in mac_probe()
280 struct mac_device *mac_dev; in mac_probe()
492 struct mac_device *mac_dev = platform_get_drvdata(pdev); in mac_remove()
Dfman_memac.h14 struct mac_device;
16 int memac_initialization(struct mac_device *mac_dev,
Dfman_tgec.h11 struct mac_device;
13 int tgec_initialization(struct mac_device *mac_dev,
Dfman_dtsec.h11 struct mac_device;
13 int dtsec_initialization(struct mac_device *mac_dev,
Dfman_mac.h44 struct mac_device;
162 typedef void (fman_mac_exception_cb)(struct mac_device *dev_id,
Dfman_tgec.c183 struct mac_device *dev_id; /* device cookie used by the exception cbs */
604 static void tgec_adjust_link(struct mac_device *mac_dev) in tgec_adjust_link()
731 static struct fman_mac *tgec_config(struct mac_device *mac_dev, in tgec_config()
784 int tgec_initialization(struct mac_device *mac_dev, in tgec_initialization()
Dfman_memac.c314 struct mac_device *dev_id; /* device cookie used by the exception cbs */
776 static void adjust_link_memac(struct mac_device *mac_dev) in adjust_link_memac()
1111 static struct fman_mac *memac_config(struct mac_device *mac_dev, in memac_config()
1154 int memac_initialization(struct mac_device *mac_dev, in memac_initialization()
Dfman_dtsec.c304 struct mac_device *dev_id; /* device cookie used by the exception cbs */
1232 static void adjust_link_dtsec(struct mac_device *mac_dev) in adjust_link_dtsec()
1414 static struct fman_mac *dtsec_config(struct mac_device *mac_dev, in dtsec_config()
1472 int dtsec_initialization(struct mac_device *mac_dev, in dtsec_initialization()
/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c121 struct mac_device *mac_dev; in dpaa_get_pauseparam()
138 struct mac_device *mac_dev; in dpaa_set_pauseparam()
392 struct mac_device *mac_dev; in dpaa_set_hash()
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()
284 struct mac_device *mac_dev; in dpaa_stop()
395 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
399 struct mac_device *mac_dev; in dpaa_mac_dev_get()
419 struct mac_device *mac_dev; in dpaa_set_mac_address()
867 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed) in dpaa_eth_cgr_set_speed()
1304 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2910 struct mac_device *mac_dev; in dpaa_adjust_link()
2925 struct mac_device *mac_dev; in dpaa_phy_init()
[all …]
Ddpaa_eth.h141 struct mac_device *mac_dev;
Ddpaa_eth_sysfs.c17 struct mac_device *mac_dev = priv->mac_dev; in dpaa_eth_show_addr()