Lines Matching refs:memac
42 int memac_set_promiscuous(struct fman_mac *memac, bool new_val);
43 int memac_modify_mac_address(struct fman_mac *memac, enet_addr_t *enet_addr);
44 int memac_adjust_link(struct fman_mac *memac, u16 speed);
45 int memac_cfg_max_frame_len(struct fman_mac *memac, u16 new_val);
46 int memac_cfg_reset_on_init(struct fman_mac *memac, bool enable);
47 int memac_cfg_fixed_link(struct fman_mac *memac,
49 int memac_enable(struct fman_mac *memac, enum comm_mode mode);
50 int memac_disable(struct fman_mac *memac, enum comm_mode mode);
51 int memac_init(struct fman_mac *memac);
52 int memac_free(struct fman_mac *memac);
53 int memac_accept_rx_pause_frames(struct fman_mac *memac, bool en);
54 int memac_set_tx_pause_frames(struct fman_mac *memac, u8 priority,
56 int memac_set_exception(struct fman_mac *memac,
58 int memac_add_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr);
59 int memac_del_hash_mac_address(struct fman_mac *memac, enet_addr_t *eth_addr);
60 int memac_set_allmulti(struct fman_mac *memac, bool enable);
61 int memac_set_tstamp(struct fman_mac *memac, bool enable);