Searched refs:sc_rxpost_submit (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_bwfm_pci.c169 struct bwfm_pci_msgring sc_rxpost_submit; member in struct:bwfm_pci_softc
646 if (bwfm_pci_setup_ring(sc, &sc->sc_rxpost_submit, 512, 32,
775 if (sc->sc_rxpost_submit.ring)
776 bwfm_pci_dmamem_free(sc, sc->sc_rxpost_submit.ring);
863 bwfm_pci_dmamem_free(sc, sc->sc_rxpost_submit.ring);
1076 req = bwfm_pci_ring_write_reserve(sc, &sc->sc_rxpost_submit);
1081 bwfm_pci_ring_write_cancel(sc, &sc->sc_rxpost_submit, 1);
1086 bwfm_pci_ring_write_cancel(sc, &sc->sc_rxpost_submit, 1);
1097 bwfm_pci_ring_write_commit(sc, &sc->sc_rxpost_submit);

Completed in 139 milliseconds