Searched defs:tgec (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/ |
| D | fman_tgec.c | 245 static int check_init_parameters(struct fman_mac *tgec) in check_init_parameters() 325 struct fman_mac *tgec = (struct fman_mac *)handle; in tgec_err_exception() local 370 static void free_init_resources(struct fman_mac *tgec) in free_init_resources() 384 static int tgec_enable(struct fman_mac *tgec) in tgec_enable() 389 static void tgec_disable(struct fman_mac *tgec) in tgec_disable() 393 static int tgec_set_promiscuous(struct fman_mac *tgec, bool new_val) in tgec_set_promiscuous() 408 static int tgec_set_tx_pause_frames(struct fman_mac *tgec, in tgec_set_tx_pause_frames() 419 static int tgec_accept_rx_pause_frames(struct fman_mac *tgec, bool en) in tgec_accept_rx_pause_frames() 444 struct fman_mac *tgec = mac_dev->fman_mac; in tgec_link_up() local 462 struct fman_mac *tgec = fman_config_to_mac(config)->fman_mac; in tgec_link_down() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
| D | fman_tgec.c | 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, enet_addr_t *p_enet_addr) in tgec_modify_mac_address() [all …]
|