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...] |