Home
last modified time | relevance | path

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

/dev/net/e1000/
A De1000.cpp385 paddr_t txring_phys = vaddr_to_paddr(txring_); in init_device() local
386 LTRACEF("tx ring at %p, physical %#lx\n", txring_, txring_phys); in init_device()
505 write_reg(e1000_reg::TDBAL, txring_phys & 0xffffffff); in init_device()
507 write_reg(e1000_reg::TDBAH, txring_phys >> 32); in init_device()

Completed in 14 milliseconds