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

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 117 int tx_doneqid; /* tx completed qid */ member in struct:npe_softc
148 uint8_t tx_doneqid; member in struct:__anon92b0dbf30108
161 .tx_doneqid = 31
174 .tx_doneqid = 31
241 static int tx_doneqid = -1; variable in typeref:typename:int
635 sc->tx_doneqid = npeconfig[unit].tx_doneqid;
637 if (tx_doneqid == -1) {
638 ixpqmgr_qconfig(sc->tx_doneqid, NPE_TXBUF, 0, 2,
640 tx_doneqid = sc->tx_doneqid
    [all...]

Completed in 12 milliseconds