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

  /src/sys/dev/pci/
if_bwfm_pci.c 171 struct bwfm_pci_msgring sc_tx_complete; member in struct:bwfm_pci_softc
655 if (bwfm_pci_setup_ring(sc, &sc->sc_tx_complete, 1024, 16,
771 if (sc->sc_tx_complete.ring)
772 bwfm_pci_dmamem_free(sc, sc->sc_tx_complete.ring);
861 bwfm_pci_dmamem_free(sc, sc->sc_tx_complete.ring);
2030 bwfm_pci_ring_rx(sc, &sc->sc_tx_complete);
if_bwfm_pci.c 171 struct bwfm_pci_msgring sc_tx_complete; member in struct:bwfm_pci_softc
655 if (bwfm_pci_setup_ring(sc, &sc->sc_tx_complete, 1024, 16,
771 if (sc->sc_tx_complete.ring)
772 bwfm_pci_dmamem_free(sc, sc->sc_tx_complete.ring);
861 bwfm_pci_dmamem_free(sc, sc->sc_tx_complete.ring);
2030 bwfm_pci_ring_rx(sc, &sc->sc_tx_complete);

Completed in 40 milliseconds