Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Drtl8139.c2352 int txcount = 0; in rtl8139_cplus_transmit() local
2354 while (txcount < 64 && rtl8139_cplus_transmit_one(s)) in rtl8139_cplus_transmit()
2356 ++txcount; in rtl8139_cplus_transmit()
2360 if (!txcount) in rtl8139_cplus_transmit()
2375 int descriptor = s->currTxDesc, txcount = 0; in rtl8139_transmit() local
2382 ++txcount; in rtl8139_transmit()
2386 if (!txcount) in rtl8139_transmit()