Lines Matching defs:cPortsImpl

701     uint32_t                        cPortsImpl;
1781 for (i = 0; i < ahci->cPortsImpl; i++)
1927 for (i = 0; i < ahci->cPortsImpl; i++)
2127 for (i = 0; i < pThis->cPortsImpl; i++)
2143 AHCI_HBA_CAP_NP_SET(pThis->cPortsImpl); /* Number of supported ports */
2145 pThis->regHbaPi = ahciGetPortsImplemented(pThis->cPortsImpl);
2213 if (RT_LIKELY( iPort < pAhci->cPortsImpl
2298 if (RT_LIKELY( iPort < pAhci->cPortsImpl
6918 pThis->cPortsImpl,
6937 for (unsigned i = 0; i < pThis->cPortsImpl; i++)
7030 SSMR3PutU32(pSSM, pThis->cPortsImpl);
7228 if (u32 != pThis->cPortsImpl)
7230 LogRel(("AHCI: Config mismatch: cPortsImpl - saved=%u config=%u\n", u32, pThis->cPortsImpl));
7231 if ( u32 < pThis->cPortsImpl
7233 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Config mismatch: cPortsImpl - saved=%u config=%u"),
7234 u32, pThis->cPortsImpl);
7649 for (unsigned iPort = 0; iPort < pThis->cPortsImpl; iPort++)
7670 for (unsigned iPort = 0; iPort < pThis->cPortsImpl; iPort++)
7862 AssertMsg(iLUN < pAhci->cPortsImpl, ("iLUN=%u", iLUN));
7935 AssertMsg(iLUN < pThis->cPortsImpl, ("iLUN=%u", iLUN));
8121 for (unsigned iActPort = 0; iActPort < pThis->cPortsImpl; iActPort++)
8187 rc = CFGMR3QueryU32Def(pCfg, "PortCount", &pThis->cPortsImpl, AHCI_MAX_NR_PORTS_IMPL);
8191 Log(("%s: cPortsImpl=%u\n", __FUNCTION__, pThis->cPortsImpl));
8192 if (pThis->cPortsImpl > AHCI_MAX_NR_PORTS_IMPL)
8195 pThis->cPortsImpl, AHCI_MAX_NR_PORTS_IMPL);
8196 if (pThis->cPortsImpl < 1)
8199 pThis->cPortsImpl);
8219 pThis->cPortsImpl, AHCI_NR_COMMAND_SLOTS);
8414 for (i = 0; i < pThis->cPortsImpl; i++)