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

  /src/sys/dev/pci/
if_iwm.c 7766 int txq_i; local in function:iwm_attach
7999 for (txq_i = 0; txq_i < __arraycount(sc->txq); txq_i++) {
8000 err = iwm_alloc_tx_ring(sc, &sc->txq[txq_i], txq_i);
8003 "could not allocate TX ring %d\n", txq_i);
8072 fail5: while (--txq_i >= 0)
8073 iwm_free_tx_ring(sc, &sc->txq[txq_i]);
if_iwm.c 7766 int txq_i; local in function:iwm_attach
7999 for (txq_i = 0; txq_i < __arraycount(sc->txq); txq_i++) {
8000 err = iwm_alloc_tx_ring(sc, &sc->txq[txq_i], txq_i);
8003 "could not allocate TX ring %d\n", txq_i);
8072 fail5: while (--txq_i >= 0)
8073 iwm_free_tx_ring(sc, &sc->txq[txq_i]);

Completed in 30 milliseconds