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

/netbsd-current/sys/dev/pci/
H A Dmpii.c198 u_int sc_reply_post_qdepth; member in struct:mpii_softc
655 0, sc->sc_reply_post_qdepth * 8, BUS_DMASYNC_POSTREAD);
703 0, sc->sc_reply_post_qdepth * 8, BUS_DMASYNC_POSTREAD);
763 0, sc->sc_reply_post_qdepth * sizeof(*rdp),
791 if (++idx >= sc->sc_reply_post_qdepth)
799 0, sc->sc_reply_post_qdepth * sizeof(*rdp),
1312 sc->sc_reply_post_qdepth = sc->sc_max_cmds +
1314 sc->sc_reply_post_qdepth += 16 - (sc->sc_reply_post_qdepth % 16);
1317 if (sc->sc_reply_post_qdepth > qdept
[all...]

Completed in 208 milliseconds