Home
last modified time | relevance | path

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

/qemu/hw/net/fsl_etsec/
H A Drings.c223 uint8_t *tmp_buff = NULL; in process_tx_bd() local
241 tmp_buff = etsec->tx_buffer + etsec->tx_buffer_len; in process_tx_bd()
242 cpu_physical_memory_read(bd->bufptr + tbdbth, tmp_buff, bd->length); in process_tx_bd()