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

  /src/sys/dev/pci/
if_bwfm_pci.c 146 uint8_t sc_dma_idx_sz; member in struct:bwfm_pci_softc
534 sc->sc_dma_idx_sz = sizeof(uint16_t);
536 sc->sc_dma_idx_sz = sizeof(uint32_t);
582 if (sc->sc_dma_idx_sz == 0) {
593 sc->sc_max_completionrings) * sc->sc_dma_idx_sz * 2;
603 idx_offset = sc->sc_dma_idx_sz;
1162 if (sc->sc_dma_idx_sz == 0) {
1214 if (sc->sc_dma_idx_sz == 0) {
1230 if (sc->sc_dma_idx_sz == 0) {
1246 if (sc->sc_dma_idx_sz == 0)
    [all...]

Completed in 11 milliseconds