Lines Matching refs:mac_dev
42 int (*enable)(struct fman_mac *mac_dev);
43 void (*disable)(struct fman_mac *mac_dev);
44 int (*set_promisc)(struct fman_mac *mac_dev, bool enable);
45 int (*change_addr)(struct fman_mac *mac_dev, const enet_addr_t *enet_addr);
46 int (*set_allmulti)(struct fman_mac *mac_dev, bool enable);
47 int (*set_tstamp)(struct fman_mac *mac_dev, bool enable);
48 int (*set_exception)(struct fman_mac *mac_dev,
50 int (*add_hash_mac_addr)(struct fman_mac *mac_dev,
52 int (*remove_hash_mac_addr)(struct fman_mac *mac_dev,
64 void (*update_speed)(struct mac_device *mac_dev, int speed);
80 struct mac_device *mac_dev; member
87 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);