Searched refs:tx_base (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c93 static struct e1000_tx_desc *tx_base; variable in typeref:struct:e1000_tx_desc
3374 tx_base = phys_to_virt(ptr);
3376 E1000_WRITE_REG (&hw, TDBAL, virt_to_bus(tx_base));
3481 txhd = tx_base + tx_tail;
3483 txp = tx_base + tx_tail;

Completed in 26 milliseconds