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

  /src/sys/dev/pci/
if_bwfm_pci.c 172 struct bwfm_pci_msgring sc_rx_complete; member in struct:bwfm_pci_softc
659 if (bwfm_pci_setup_ring(sc, &sc->sc_rx_complete, 512, 32,
769 if (sc->sc_rx_complete.ring)
770 bwfm_pci_dmamem_free(sc, sc->sc_rx_complete.ring);
860 bwfm_pci_dmamem_free(sc, sc->sc_rx_complete.ring);
2029 bwfm_pci_ring_rx(sc, &sc->sc_rx_complete);
if_bwfm_pci.c 172 struct bwfm_pci_msgring sc_rx_complete; member in struct:bwfm_pci_softc
659 if (bwfm_pci_setup_ring(sc, &sc->sc_rx_complete, 512, 32,
769 if (sc->sc_rx_complete.ring)
770 bwfm_pci_dmamem_free(sc, sc->sc_rx_complete.ring);
860 bwfm_pci_dmamem_free(sc, sc->sc_rx_complete.ring);
2029 bwfm_pci_ring_rx(sc, &sc->sc_rx_complete);

Completed in 23 milliseconds