Home
last modified time | relevance | path

Searched refs:size_bytes (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/
Dsmsc9220_eth_drv.c308 uint32_t size_bytes ) in fill_tx_fifo() argument
319 uint32_t remainder_bytes = ( size_bytes % 4 ); in fill_tx_fifo()
335 size_bytes -= remainder_bytes; in fill_tx_fifo()
338 while( size_bytes > 0 ) in fill_tx_fifo()
347 size_bytes -= 4; in fill_tx_fifo()
353 uint32_t size_bytes ) in empty_rx_fifo() argument
361 uint32_t remainder_bytes = ( size_bytes % 4 ); in empty_rx_fifo()
363 size_bytes -= remainder_bytes; in empty_rx_fifo()
365 while( size_bytes > 0 ) in empty_rx_fifo()
374 size_bytes -= 4; in empty_rx_fifo()