Lines Matching refs:mac_dev
36 int (*enable)(struct fman_mac *mac_dev);
37 void (*disable)(struct fman_mac *mac_dev);
38 int (*set_promisc)(struct fman_mac *mac_dev, bool enable);
39 int (*change_addr)(struct fman_mac *mac_dev, const enet_addr_t *enet_addr);
40 int (*set_allmulti)(struct fman_mac *mac_dev, bool enable);
41 int (*set_tstamp)(struct fman_mac *mac_dev, bool enable);
43 struct mac_device *mac_dev);
44 int (*set_exception)(struct fman_mac *mac_dev,
46 int (*add_hash_mac_addr)(struct fman_mac *mac_dev,
48 int (*remove_hash_mac_addr)(struct fman_mac *mac_dev,
51 void (*update_speed)(struct mac_device *mac_dev, int speed);
64 struct mac_device *mac_dev; member
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);