Searched refs:pCfg (Results 1 – 1 of 1) sorted by relevance
6351 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) in mpt_config() argument6405 pReq->Action = pCfg->action; in mpt_config()6419 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()6435 pReq->PageAddress = cpu_to_le32(pCfg->pageAddr); in mpt_config()6439 if (pCfg->dir) in mpt_config()6450 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()6460 timeout = (pCfg->timeout < 15) ? HZ*15 : HZ*pCfg->timeout; in mpt_config()6498 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config()6500 pCfg->cfghdr.ehdr->ExtPageType = in mpt_config()6506 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()[all …]