txp_dma_free      106 dev/pci/if_txp.c void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *);
txp_dma_free      559 dev/pci/if_txp.c 	txp_dma_free(sc, &dma);
txp_dma_free     1156 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_zero_dma);
txp_dma_free     1163 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_rxbufring_dma);
txp_dma_free     1165 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_rspring_dma);
txp_dma_free     1167 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_cmdring_dma);
txp_dma_free     1169 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_rxloring_dma);
txp_dma_free     1171 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_rxhiring_dma);
txp_dma_free     1173 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_txloring_dma);
txp_dma_free     1175 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_txhiring_dma);
txp_dma_free     1177 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_host_dma);
txp_dma_free     1179 dev/pci/if_txp.c 	txp_dma_free(sc, &sc->sc_boot_dma);