Searched defs:p_gmac_dev (Results 1 – 2 of 2) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
| D | gmac_SAM.c | 367 gmac_device_t * p_gmac_dev ) in gmac_init_mem() 414 gmac_device_t * p_gmac_dev, in gmac_dev_init() 507 static uint32_t gmac_dev_poll( gmac_device_t * p_gmac_dev ) in gmac_dev_poll() 612 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev, in gmac_dev_read() 716 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev, in gmac_dev_write() 805 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev ) in gmac_dev_get_tx_load() 833 uint8_t gmac_dev_set_tx_wakeup_callback( gmac_device_t * p_gmac_dev, in gmac_dev_set_tx_wakeup_callback() 863 void gmac_dev_reset( gmac_device_t * p_gmac_dev ) in gmac_dev_reset() 903 void gmac_handler( gmac_device_t * p_gmac_dev ) in gmac_handler()
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
| D | gmac.c | 290 gmac_device_t * p_gmac_dev, in gmac_init_mem() 420 gmac_device_t * p_gmac_dev, in gmac_dev_init() 506 static uint32_t gmac_dev_poll( gmac_device_t * p_gmac_dev ) in gmac_dev_poll() 585 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev, in gmac_dev_read() 662 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev, in gmac_dev_write() 761 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev ) in gmac_dev_get_tx_load() 786 void gmac_dev_set_rx_callback( gmac_device_t * p_gmac_dev, in gmac_dev_set_rx_callback() 823 uint8_t gmac_dev_set_tx_wakeup_callback( gmac_device_t * p_gmac_dev, in gmac_dev_set_tx_wakeup_callback() 853 void gmac_dev_reset( gmac_device_t * p_gmac_dev ) in gmac_dev_reset() 896 void gmac_handler( gmac_device_t * p_gmac_dev ) in gmac_handler()
|