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

  /src/sys/dev/ic/
mfivar.h 161 uint32_t sc_max_cmds; member in struct:mfi_softc
  /src/sys/dev/pci/
mpii.c 195 ushort sc_max_cmds; member in struct:mpii_softc
612 adapt->adapt_openings = sc->sc_max_cmds - 4;
1293 sc->sc_max_cmds = MIN(le16toh(ifp.request_credit),
1307 sc->sc_num_reply_frames = sc->sc_max_cmds + 32;
1312 sc->sc_reply_post_qdepth = sc->sc_max_cmds +
1323 sc->sc_max_cmds = sc->sc_reply_post_qdepth / 2 - 4;
1324 sc->sc_num_reply_frames = sc->sc_max_cmds + 4;
2624 sc->sc_ccbs = malloc((sc->sc_max_cmds-1) * sizeof(*ccb),
2627 sc->sc_request_size * sc->sc_max_cmds);
2635 * we have sc->sc_max_cmds system request messag
    [all...]
mfii.c 327 u_int sc_max_cmds; member in struct:mfii_softc
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;
    [all...]

Completed in 14 milliseconds