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

  /src/sys/dev/ic/
mfivar.h 161 uint32_t sc_max_cmds; member in struct:mfi_softc
mfi.c 363 if (i < sc->sc_max_cmds)
383 sc->sc_ccb = malloc(sizeof(struct mfi_ccb) * sc->sc_max_cmds,
399 for (i = 0; i < sc->sc_max_cmds; i++) {
648 qinfo->miq_rq_entries = sc->sc_max_cmds + 1;
1053 sc->sc_max_cmds = status & MFI_STATE_MAXCMD_MASK;
1068 DEVNAME(sc), sc->sc_max_cmds, sc->sc_max_sgl);
1076 MEGASAS_THUNDERBOLT_NEW_MSG_SIZE * (sc->sc_max_cmds + 1);
1078 ((sc->sc_max_cmds + 1 + 15) / 16) * 16;
1083 tb_mem_size += MEGASAS_MAX_SZ_CHAIN_FRAME * sc->sc_max_cmds;
1120 sc->sc_pcq = mfi_allocmem(sc, (sizeof(uint32_t) * sc->sc_max_cmds)
    [all...]
  /src/sys/dev/pci/
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...]
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...]

Completed in 17 milliseconds