Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/
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_mac_active_pause(struct mac_device *mac_dev, bool rx, bool tx);
73 void fman_get_pause_cfg(struct mac_device *mac_dev, bool *rx_pause,
75 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);
A Dfman_dtsec.h11 struct mac_device;
13 int dtsec_initialization(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 Dmac.c45 static void mac_exception(struct mac_device *mac_dev, in mac_exception()
59 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev) in fman_set_multi()
100 struct mac_device *mac_dev) in dpaa_eth_add_device()
155 int (*init)(struct mac_device *mac_dev, struct device_node *mac_node, in mac_probe()
159 struct mac_device *mac_dev; in mac_probe()
336 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.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()
1002 static struct fman_mac *memac_config(struct mac_device *mac_dev, in memac_config()
1064 static bool memac_supports(struct mac_device *mac_dev, phy_interface_t iface) in memac_supports()
1076 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()
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa/
A Ddpaa_ethtool.c58 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_link_ksettings()
67 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_link_ksettings()
95 struct mac_device *mac_dev = priv->mac_dev; in dpaa_nway_reset()
104 struct mac_device *mac_dev = priv->mac_dev; in dpaa_get_pauseparam()
113 struct mac_device *mac_dev = priv->mac_dev; in dpaa_set_pauseparam()
332 struct mac_device *mac_dev; in dpaa_set_hash()
A Ddpaa_eth.h141 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()
300 struct mac_device *mac_dev; in dpaa_stop()
408 static struct mac_device *dpaa_mac_dev_get(struct platform_device *pdev) in dpaa_mac_dev_get()
412 struct mac_device *mac_dev; in dpaa_mac_dev_get()
432 struct mac_device *mac_dev; in dpaa_set_mac_address()
880 static void dpaa_eth_cgr_set_speed(struct mac_device *mac_dev, int speed) in dpaa_eth_cgr_set_speed()
1317 static int dpaa_eth_init_ports(struct mac_device *mac_dev, in dpaa_eth_init_ports()
2923 struct mac_device *mac_dev; in dpaa_open()
3290 struct mac_device *mac_dev; in dpaa_eth_probe()

Completed in 25 milliseconds