Home
last modified time | relevance | path

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

/system/dev/ethernet/dwmac/
A Ddwmac.cpp263 tx_buffer_ = static_cast<uint8_t*>(txn_buffer_->GetBaseAddress()); in InitBuffers()
264 zx_cache_flush(tx_buffer_, kBufSize, ZX_CACHE_FLUSH_DATA | ZX_CACHE_FLUSH_INVALIDATE); in InitBuffers()
266 rx_buffer_ = &tx_buffer_[kBufSize / 2]; in InitBuffers()
558 uint8_t* temptr = &tx_buffer_[curr_tx_buf_ * kTxnBufSize]; in EthmacQueueTx()
A Ddwmac.h140 uint8_t* tx_buffer_ = nullptr; variable

Completed in 7 milliseconds