Lines Matching refs:cfghdr

295 	cfg.cfghdr.ehdr = &hdr;
4957 cfg.cfghdr.hdr = &hdr;
5003 cfg.cfghdr.hdr = &hdr;
5304 cfg.cfghdr.hdr = &hdr;
5397 cfg.cfghdr.hdr = &header;
5478 cfg.cfghdr.hdr = &header;
5591 cfg.cfghdr.hdr = &header;
5600 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion;
5601 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength;
5610 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion;
5611 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength;
5665 cfg.cfghdr.hdr = &hdr;
5753 cfg.cfghdr.hdr = &hdr;
5820 cfg.cfghdr.hdr = &hdr;
5892 cfg.cfghdr.hdr = &hdr;
5988 cfg.cfghdr.hdr = &header;
6054 cfg.cfghdr.hdr = &header;
6107 cfg.cfghdr.hdr = &header;
6163 cfg.cfghdr.hdr = &header;
6247 cfg.cfghdr.hdr = &hdr;
6255 if (!cfg.cfghdr.hdr->PageLength)
6422 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion;
6423 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength;
6424 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber;
6425 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK);
6427 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) {
6428 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr;
6448 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) ==
6454 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4;
6502 pCfg->cfghdr.ehdr->ExtPageLength =
6504 pCfg->cfghdr.ehdr->ExtPageType =
6507 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion;
6508 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength;
6509 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber;
6510 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType;
6544 pCfg->cfghdr.hdr->PageNumber, pCfg->action);