Lines Matching refs:cfghdr
295 cfg.cfghdr.ehdr = &hdr;
4966 cfg.cfghdr.hdr = &hdr;
5010 cfg.cfghdr.hdr = &hdr;
5309 cfg.cfghdr.hdr = &hdr;
5400 cfg.cfghdr.hdr = &header;
5477 cfg.cfghdr.hdr = &header;
5586 cfg.cfghdr.hdr = &header;
5595 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion;
5596 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength;
5605 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion;
5606 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength;
5660 cfg.cfghdr.hdr = &hdr;
5748 cfg.cfghdr.hdr = &hdr;
5815 cfg.cfghdr.hdr = &hdr;
5887 cfg.cfghdr.hdr = &hdr;
5983 cfg.cfghdr.hdr = &header;
6048 cfg.cfghdr.hdr = &header;
6100 cfg.cfghdr.hdr = &header;
6154 cfg.cfghdr.hdr = &header;
6237 cfg.cfghdr.hdr = &hdr;
6245 if (!cfg.cfghdr.hdr->PageLength)
6420 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion;
6421 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength;
6422 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber;
6423 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK);
6425 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) {
6426 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr;
6446 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) ==
6452 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4;
6500 pCfg->cfghdr.ehdr->ExtPageLength =
6502 pCfg->cfghdr.ehdr->ExtPageType =
6505 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion;
6506 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength;
6507 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber;
6508 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType;
6542 pCfg->cfghdr.hdr->PageNumber, pCfg->action);