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

  /src/sys/dev/pci/
if_bwfm_pci.c 225 void bwfm_pci_dmamem_free(struct bwfm_pci_softc *, struct bwfm_pci_dmamem *);
764 bwfm_pci_dmamem_free(sc, sc->sc_ioctl_buf);
766 bwfm_pci_dmamem_free(sc, sc->sc_ringupd_buf);
768 bwfm_pci_dmamem_free(sc, sc->sc_scratch_buf);
770 bwfm_pci_dmamem_free(sc, sc->sc_rx_complete.ring);
772 bwfm_pci_dmamem_free(sc, sc->sc_tx_complete.ring);
774 bwfm_pci_dmamem_free(sc, sc->sc_ctrl_complete.ring);
776 bwfm_pci_dmamem_free(sc, sc->sc_rxpost_submit.ring);
778 bwfm_pci_dmamem_free(sc, sc->sc_ctrl_submit.ring);
780 bwfm_pci_dmamem_free(sc, sc->sc_dma_idx_buf)
912 bwfm_pci_dmamem_free(struct bwfm_pci_softc *sc, struct bwfm_pci_dmamem *bdm) function in typeref:typename:void
    [all...]

Completed in 12 milliseconds