• Home
  • Raw
  • Download

Lines Matching defs:tgec

270 static int check_init_parameters(struct fman_mac *tgec)  in check_init_parameters()
354 struct fman_mac *tgec = (struct fman_mac *)handle; in tgec_err_exception() local
399 static void free_init_resources(struct fman_mac *tgec) in free_init_resources()
422 int tgec_enable(struct fman_mac *tgec, enum comm_mode mode) in tgec_enable()
440 int tgec_disable(struct fman_mac *tgec, enum comm_mode mode) in tgec_disable()
458 int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val) in tgec_set_promiscuous()
476 int tgec_cfg_max_frame_len(struct fman_mac *tgec, u16 new_val) in tgec_cfg_max_frame_len()
486 int tgec_set_tx_pause_frames(struct fman_mac *tgec, u8 __maybe_unused priority, in tgec_set_tx_pause_frames()
499 int tgec_accept_rx_pause_frames(struct fman_mac *tgec, bool en) in tgec_accept_rx_pause_frames()
517 int tgec_modify_mac_address(struct fman_mac *tgec, const enet_addr_t *p_enet_addr) in tgec_modify_mac_address()
528 int tgec_add_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr) in tgec_add_hash_mac_address()
565 int tgec_set_allmulti(struct fman_mac *tgec, bool enable) in tgec_set_allmulti()
588 int tgec_set_tstamp(struct fman_mac *tgec, bool enable) in tgec_set_tstamp()
608 int tgec_del_hash_mac_address(struct fman_mac *tgec, enet_addr_t *eth_addr) in tgec_del_hash_mac_address()
645 int tgec_get_version(struct fman_mac *tgec, u32 *mac_version) in tgec_get_version()
657 int tgec_set_exception(struct fman_mac *tgec, in tgec_set_exception()
684 int tgec_init(struct fman_mac *tgec) in tgec_init()
767 int tgec_free(struct fman_mac *tgec) in tgec_free()
779 struct fman_mac *tgec; in tgec_config() local