Home
last modified time | relevance | path

Searched defs:memac (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
Dfman_memac.c510 static void setup_sgmii_internal_phy(struct fman_mac *memac, in setup_sgmii_internal_phy()
569 static void setup_sgmii_internal_phy_base_x(struct fman_mac *memac) in setup_sgmii_internal_phy_base_x()
597 static int check_init_parameters(struct fman_mac *memac) in check_init_parameters()
638 struct fman_mac *memac = (struct fman_mac *)handle; in memac_err_exception() local
664 struct fman_mac *memac = (struct fman_mac *)handle; in memac_exception() local
685 static void free_init_resources(struct fman_mac *memac) in free_init_resources()
711 int memac_enable(struct fman_mac *memac, enum comm_mode mode) in memac_enable()
730 int memac_disable(struct fman_mac *memac, enum comm_mode mode) in memac_disable()
749 int memac_set_promiscuous(struct fman_mac *memac, bool new_val) in memac_set_promiscuous()
768 int memac_adjust_link(struct fman_mac *memac, u16 speed) in memac_adjust_link()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
Dfman_memac.c422 static int check_init_parameters(struct fman_mac *memac) in check_init_parameters()
463 struct fman_mac *memac = (struct fman_mac *)handle; in memac_err_exception() local
489 struct fman_mac *memac = (struct fman_mac *)handle; in memac_exception() local
510 static void free_init_resources(struct fman_mac *memac) in free_init_resources()
527 static int memac_enable(struct fman_mac *memac) in memac_enable()
548 static void memac_disable(struct fman_mac *memac) in memac_disable()
554 static int memac_set_promiscuous(struct fman_mac *memac, bool new_val) in memac_set_promiscuous()
570 static int memac_set_tx_pause_frames(struct fman_mac *memac, u8 priority, in memac_set_tx_pause_frames()
605 static int memac_accept_rx_pause_frames(struct fman_mac *memac, bool en) in memac_accept_rx_pause_frames()
625 struct fman_mac *memac = fman_config_to_mac(config)->fman_mac; in memac_validate() local
[all …]