Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Drtl8139.c1898 uint32_t val, txdw0,txdw1,txbufLO,txbufHI; in rtl8139_cplus_transmit_one() local
1907 txbufHI = le32_to_cpu(val); in rtl8139_cplus_transmit_one()
1910 txdw0, txdw1, txbufLO, txbufHI); in rtl8139_cplus_transmit_one()
1973 dma_addr_t tx_addr = rtl8139_addr64(txbufLO, txbufHI); in rtl8139_cplus_transmit_one()