Searched refs:configQ (Results 1 – 2 of 2) sorted by relevance
1337 Q_INIT(&ioc->configQ, Q_ITEM); in mpt_adapter_install()4791 Q_ADD_TAIL(&ioc->configQ.head, &pCfg->linkage, Q_ITEM); in mpt_config()4899 Q_ADD_TAIL(&ioc->configQ.head, &pCfg->linkage, Q_ITEM); in mpt_toolbox()4966 if (! Q_IS_EMPTY(&ioc->configQ)){ in mpt_ioc_reset()4967 pCfg = (CONFIGPARMS *)ioc->configQ.head; in mpt_ioc_reset()4971 } while (pCfg != (CONFIGPARMS *)&ioc->configQ); in mpt_ioc_reset()4982 if (! Q_IS_EMPTY(&ioc->configQ)){ in mpt_ioc_reset()4983 pCfg = (CONFIGPARMS *)ioc->configQ.head; in mpt_ioc_reset()4994 } while (pCfg != (CONFIGPARMS *)&ioc->configQ); in mpt_ioc_reset()
623 Q_TRACKER configQ; /* linked list of config. requests */ member