Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsis190.c314 u32 pending, dirty_tx = tp->dirty_tx; in sis190_process_tx() local
316 pending = tp->cur_tx - dirty_tx; in sis190_process_tx()
318 for (; pending; pending--, dirty_tx++) { in sis190_process_tx()
319 unsigned int entry = dirty_tx % NUM_TX_DESC; in sis190_process_tx()
343 if (tp->dirty_tx != dirty_tx) in sis190_process_tx()
344 tp->dirty_tx = dirty_tx; in sis190_process_tx()
379 tp->dirty_tx = tp->dirty_rx = tp->cur_tx = tp->cur_rx = 0; in sis190_init_ring_indexes()
619 tp->cur_tx = tp->dirty_tx = 0; in sis190_free()
Dsis190.h257 u32 dirty_tx; member
D3c515.c227 unsigned int dirty_rx, dirty_tx; /* The ring entries to be free()ed. */ member
387 vp->cur_tx = vp->dirty_tx = 0; in t515_reset()
Dw89c840.c238 unsigned int cur_tx, dirty_tx; member
924 w840private.dirty_rx = w840private.dirty_tx = 0; in init_ring()
Dvia-rhine.c673 unsigned int dirty_rx, dirty_tx; member
720 tp->dirty_rx = tp->dirty_tx = 0; in rhine_init_ring()