Searched refs:tgec (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fman/ |
| A D | fman_tgec.c | 378 tgec->exception_cb(tgec->dev_id, FM_MAC_EX_10G_TX_ER); in tgec_err_exception() 401 fman_unregister_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in free_init_resources() 694 (fman_reset_mac(tgec->fm, tgec->mac_id) != 0)) { in tgec_init() 716 err = init(tgec->regs, cfg, tgec->exceptions); in tgec_init() 724 err = fman_set_mac_max_frame(tgec->fm, tgec->mac_id, in tgec_init() 758 fman_register_intr(tgec->fm, FMAN_MOD_MAC, tgec->mac_id, in tgec_init() 772 kfree(tgec); in tgec_free() 785 tgec = kzalloc(sizeof(*tgec), GFP_KERNEL); in tgec_config() 786 if (!tgec) in tgec_config() 826 fman_get_revision(tgec->fm, &tgec->fm_rev_info); in tgec_config() [all …]
|
| A D | fman_tgec.h | 39 int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val); 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); 49 int tgec_set_exception(struct fman_mac *tgec, 53 int tgec_get_version(struct fman_mac *tgec, u32 *mac_version); 54 int tgec_set_allmulti(struct fman_mac *tgec, bool enable); [all …]
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| A D | dpaa.rst | 47 / dtsec0 \ ... / dtsecN \ (or tgec) 88 tgec ten gigabit Ethernet controller (10 Gbps)
|
Completed in 8 milliseconds