Searched refs:gmac_device_t (Results 1 – 7 of 7) sorted by relevance
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
| D | gmac.c | 204 static void gmac_reset_tx_mem( gmac_device_t * p_dev ) in gmac_reset_tx_mem() 246 static void gmac_reset_rx_mem( gmac_device_t * p_dev ) in gmac_reset_rx_mem() 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() [all …]
|
| D | gmac.h | 284 } gmac_device_t; typedef 1211 gmac_device_t * p_gmac_dev, 1213 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev, 1217 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev, 1221 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev ); 1222 void gmac_dev_set_rx_callback( gmac_device_t * p_gmac_dev, 1224 uint8_t gmac_dev_set_tx_wakeup_callback( gmac_device_t * p_gmac_dev, 1227 void gmac_dev_reset( gmac_device_t * p_gmac_dev ); 1228 void gmac_handler( gmac_device_t * p_gmac_dev );
|
| D | NetworkInterface.c | 152 static gmac_device_t gs_gmac_dev;
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/DriverSAM/ |
| D | gmac_SAM.c | 252 void gmac_reset_tx_mem( gmac_device_t * p_dev ) in gmac_reset_tx_mem() 313 static void gmac_reset_rx_mem( gmac_device_t * p_dev ) in gmac_reset_rx_mem() 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() [all …]
|
| D | gmac_SAM.h | 293 } gmac_device_t; typedef 1523 gmac_device_t * p_gmac_dev, 1525 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev, 1530 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev, 1533 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev ); 1534 uint8_t gmac_dev_set_tx_wakeup_callback( gmac_device_t * p_gmac_dev, 1537 void gmac_dev_reset( gmac_device_t * p_gmac_dev ); 1538 void gmac_handler( gmac_device_t * p_gmac_dev ); 1540 void gmac_reset_tx_mem( gmac_device_t * p_dev );
|
| D | NetworkInterface.c | 216 static gmac_device_t gs_gmac_dev;
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/instance/ |
| D | gmac.h | 288 } gmac_device_t; typedef 1215 gmac_device_t * p_gmac_dev, 1217 uint32_t gmac_dev_read( gmac_device_t * p_gmac_dev, 1221 uint32_t gmac_dev_write( gmac_device_t * p_gmac_dev, 1225 uint32_t gmac_dev_get_tx_load( gmac_device_t * p_gmac_dev ); 1226 void gmac_dev_set_rx_callback( gmac_device_t * p_gmac_dev, 1228 uint8_t gmac_dev_set_tx_wakeup_callback( gmac_device_t * p_gmac_dev, 1231 void gmac_dev_reset( gmac_device_t * p_gmac_dev ); 1232 void gmac_handler( gmac_device_t * p_gmac_dev );
|