Lines Matching refs:mac_dev
37 int (*enable)(struct fman_mac *mac_dev);
38 void (*disable)(struct fman_mac *mac_dev);
39 int (*set_promisc)(struct fman_mac *mac_dev, bool enable);
40 int (*change_addr)(struct fman_mac *mac_dev, const enet_addr_t *enet_addr);
41 int (*set_allmulti)(struct fman_mac *mac_dev, bool enable);
42 int (*set_tstamp)(struct fman_mac *mac_dev, bool enable);
43 int (*set_exception)(struct fman_mac *mac_dev,
45 int (*add_hash_mac_addr)(struct fman_mac *mac_dev,
47 int (*remove_hash_mac_addr)(struct fman_mac *mac_dev,
50 void (*update_speed)(struct mac_device *mac_dev, int speed);
66 struct mac_device *mac_dev; member
73 int fman_set_multi(struct net_device *net_dev, struct mac_device *mac_dev);