sc_max_cmds 164 dev/ic/mfi.c sc->sc_ccb = malloc(sizeof(struct mfi_ccb) * sc->sc_max_cmds, sc_max_cmds 166 dev/ic/mfi.c memset(sc->sc_ccb, 0, sizeof(struct mfi_ccb) * sc->sc_max_cmds); sc_max_cmds 168 dev/ic/mfi.c for (i = 0; i < sc->sc_max_cmds; i++) { sc_max_cmds 381 dev/ic/mfi.c qinfo->miq_rq_entries = sc->sc_max_cmds + 1; sc_max_cmds 595 dev/ic/mfi.c sc->sc_max_cmds = status & MFI_STATE_MAXCMD_MASK; sc_max_cmds 598 dev/ic/mfi.c DEVNAME(sc), sc->sc_max_cmds, sc->sc_max_sgl); sc_max_cmds 601 dev/ic/mfi.c sc->sc_pcq = mfi_allocmem(sc, (sizeof(uint32_t) * sc->sc_max_cmds) + sc_max_cmds 614 dev/ic/mfi.c sc->sc_frames = mfi_allocmem(sc, sc->sc_frames_size * sc->sc_max_cmds); sc_max_cmds 627 dev/ic/mfi.c sc->sc_sense = mfi_allocmem(sc, sc->sc_max_cmds * MFI_SENSE_SIZE); sc_max_cmds 663 dev/ic/mfi.c sc->sc_link.openings = sc->sc_max_cmds / sc->sc_ld_cnt; sc_max_cmds 665 dev/ic/mfi.c sc->sc_link.openings = sc->sc_max_cmds; sc_max_cmds 785 dev/ic/mfi.c if (consumer == (sc->sc_max_cmds + 1)) sc_max_cmds 123 dev/ic/mfivar.h uint32_t sc_max_cmds;