HomeSort by: relevance | last modified time | path
    Searched defs:tx_start_index (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/playstation2/dev/
if_smap.c 105 int tx_done_index, tx_start_index; member in struct:smap_softc
513 d = &sc->tx_desc[sc->tx_start_index];
524 sc->tx_start_index = (sc->tx_start_index + 1) & 0x3f;
651 sc->tx_start_index = 0;

Completed in 12 milliseconds