Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_max_cmds

327 	u_int			sc_max_cmds;
783 sc->sc_max_cmds = uimin(sc->sc_max_fw_cmds, 1024) - 1;
811 DEVNAME(sc), sc->sc_max_fw_cmds, sc->sc_max_cmds);
818 sc->sc_sense = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_SENSE_SIZE);
837 MFII_REQUEST_SIZE * (sc->sc_max_cmds + 1));
842 sc->sc_mfi = mfii_dmamem_alloc(sc, sc->sc_max_cmds * MFI_FRAME_SIZE);
847 sc->sc_sgl = mfii_dmamem_alloc(sc, sc->sc_max_cmds *
905 if (sc->sc_max_cmds > 4)
906 adapt->adapt_openings = sc->sc_max_cmds - 4;
908 adapt->adapt_openings = sc->sc_max_cmds;
2851 sc->sc_ccb = malloc(sc->sc_max_cmds * sizeof(struct mfii_ccb),
2854 for (i = 0; i < sc->sc_max_cmds; i++) {