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

  /src/sys/dev/pci/
if_ixl.c 738 static void ixl_dmamem_free(struct ixl_softc *, struct ixl_dmamem *);
1421 ixl_dmamem_free(sc, &sc->sc_scratch);
1425 ixl_dmamem_free(sc, &sc->sc_aqbuf);
1449 ixl_dmamem_free(sc, &sc->sc_arq);
1451 ixl_dmamem_free(sc, &sc->sc_atq);
1502 ixl_dmamem_free(sc, &sc->sc_scratch);
1528 ixl_dmamem_free(sc, &sc->sc_arq);
1529 ixl_dmamem_free(sc, &sc->sc_atq);
1530 ixl_dmamem_free(sc, &sc->sc_aqbuf);
2415 ixl_dmamem_free(sc, &txr->txr_mem)
5584 ixl_dmamem_free(struct ixl_softc *sc, struct ixl_dmamem *ixm) function in typeref:typename:void
    [all...]
if_ixl.c 738 static void ixl_dmamem_free(struct ixl_softc *, struct ixl_dmamem *);
1421 ixl_dmamem_free(sc, &sc->sc_scratch);
1425 ixl_dmamem_free(sc, &sc->sc_aqbuf);
1449 ixl_dmamem_free(sc, &sc->sc_arq);
1451 ixl_dmamem_free(sc, &sc->sc_atq);
1502 ixl_dmamem_free(sc, &sc->sc_scratch);
1528 ixl_dmamem_free(sc, &sc->sc_arq);
1529 ixl_dmamem_free(sc, &sc->sc_atq);
1530 ixl_dmamem_free(sc, &sc->sc_aqbuf);
2415 ixl_dmamem_free(sc, &txr->txr_mem)
5584 ixl_dmamem_free(struct ixl_softc *sc, struct ixl_dmamem *ixm) function in typeref:typename:void
    [all...]

Completed in 27 milliseconds