Searched refs:sc_ramsize (Results 1 – 2 of 2) sorted by relevance
518 sc->sc_ramsize >>= 1; in hifn_attach()548 rseg = sc->sc_ramsize / 1024; in hifn_attach()550 if (sc->sc_ramsize >= (1024 * 1024)) { in hifn_attach()1232 ((sc->sc_ramsize - 32768) / ctxsize); in hifn_sessions()1234 sc->sc_maxses = sc->sc_ramsize / 16384; in hifn_sessions()1303 sc->sc_ramsize = a + HIFN_SRAM_STEP_SIZE; in hifn_sramsize()1323 sc->sc_ramsize = 32768; in hifn_dramsize()1327 sc->sc_ramsize = 1 << ((cnfg >> 13) + 18); in hifn_dramsize()
163 int sc_ramsize; member