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

  /src/sys/arch/arm/gemini/
if_gmc.c 468 gmac_hwqueue_t *hwq, *last_hwq; local in function:gmc_ifinit
486 last_hwq = NULL;
491 last_hwq = hwq;
493 if (last_hwq == NULL)
498 SLIST_INSERT_AFTER(last_hwq, sc->sc_txq[i],
if_gmc.c 468 gmac_hwqueue_t *hwq, *last_hwq; local in function:gmc_ifinit
486 last_hwq = NULL;
491 last_hwq = hwq;
493 if (last_hwq == NULL)
498 SLIST_INSERT_AFTER(last_hwq, sc->sc_txq[i],

Completed in 22 milliseconds