Lines Matching refs:fman_mac
38 struct fman_mac *tgec_config(struct fman_mac_params *params);
39 int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val);
40 int tgec_modify_mac_address(struct fman_mac *tgec, enet_addr_t *enet_addr);
41 int tgec_cfg_max_frame_len(struct fman_mac *tgec, u16 new_val);
42 int tgec_enable(struct fman_mac *tgec, enum comm_mode mode);
43 int tgec_disable(struct fman_mac *tgec, enum comm_mode mode);
44 int tgec_init(struct fman_mac *tgec);
45 int tgec_free(struct fman_mac *tgec);
46 int tgec_accept_rx_pause_frames(struct fman_mac *tgec, bool en);
47 int tgec_set_tx_pause_frames(struct fman_mac *tgec, u8 priority,
49 int tgec_set_exception(struct fman_mac *tgec,
51 int tgec_add_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr);
52 int tgec_del_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr);
53 int tgec_get_version(struct fman_mac *tgec, u32 *mac_version);
54 int tgec_set_allmulti(struct fman_mac *tgec, bool enable);
55 int tgec_set_tstamp(struct fman_mac *tgec, bool enable);