HomeSort by relevance Sort by last modified time
    Searched refs:dirty_tx (Results 1 - 5 of 5) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
sis190.c 314 u32 pending, dirty_tx = tp->dirty_tx; local
316 pending = tp->cur_tx - dirty_tx;
318 for (; pending; pending--, dirty_tx++) {
319 unsigned int entry = dirty_tx % NUM_TX_DESC;
343 if (tp->dirty_tx != dirty_tx)
344 tp->dirty_tx = dirty_tx;
379 tp->dirty_tx = tp->dirty_rx = tp->cur_tx = tp->cur_rx = 0
    [all...]
sis190.h 257 u32 dirty_tx; member in struct:sis190_private
3c515.c 227 unsigned int dirty_rx, dirty_tx; /* The ring entries to be free()ed. */ member in struct:corkscrew_private
387 vp->cur_tx = vp->dirty_tx = 0;
w89c840.c 238 unsigned int cur_tx, dirty_tx; member in struct:winbond_private
924 w840private.dirty_rx = w840private.dirty_tx = 0;
via-rhine.c 634 empty by incrementing the dirty_tx mark. Iff the 'lp->tx_full' flag is set, it
673 unsigned int dirty_rx, dirty_tx; member in struct:rhine_private
720 tp->dirty_rx = tp->dirty_tx = 0;
    [all...]

Completed in 209 milliseconds