Lines Matching defs:gmacdev

57 	synopGMACdevice *gmacdev;  member
72 static void mdio_write(synopGMACdevice *gmacdev, uint32_t addr, uint32_t reg, int data) in mdio_write()
77 static int mdio_read(synopGMACdevice *gmacdev, uint32_t addr, uint32_t reg) in mdio_read()
85 static int numaker_eth_link_ok(synopGMACdevice *gmacdev) in numaker_eth_link_ok()
95 static int reset_phy(synopGMACdevice *gmacdev) in reset_phy()
212 static void m_numaker_gmacdev_enable(synopGMACdevice *gmacdev) in m_numaker_gmacdev_enable()
226 static int m_numaker_gmacdev_init(synopGMACdevice *gmacdev, uint8_t *mac_addr, uint32_t gmac_base) in m_numaker_gmacdev_init()
306 static int m_numaker_gmacdev_get_rx_buf(synopGMACdevice *gmacdev, uint16_t *len, uint8_t **buf) in m_numaker_gmacdev_get_rx_buf()
334 static void m_numaker_gmacdev_rx_next(synopGMACdevice *gmacdev) in m_numaker_gmacdev_rx_next()
344 static void m_numaker_gmacdev_trigger_rx(synopGMACdevice *gmacdev) in m_numaker_gmacdev_trigger_rx()
361 synopGMACdevice *gmacdev = data->gmacdev; in m_numaker_gmacdev_packet_rx() local
418 static uint8_t *m_numaker_gmacdev_get_tx_buf(synopGMACdevice *gmacdev) in m_numaker_gmacdev_get_tx_buf()
433 static void m_numaker_gmacdev_trigger_tx(synopGMACdevice *gmacdev, uint16_t length) in m_numaker_gmacdev_trigger_tx()
469 synopGMACdevice *gmacdev = data->gmacdev; in numaker_eth_tx() local
509 synopGMACdevice *gmacdev = data->gmacdev; in numaker_eth_if_init() local
565 synopGMACdevice *gmacdev = data->gmacdev; in eth_numaker_isr() local
706 synopGMACdevice *gmacdev; in eth_numaker_init() local