Lines Matching refs:cfghdr

295 	cfg.cfghdr.ehdr = &hdr;  in mpt_is_discovery_complete()
4937 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
4981 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5278 cfg.cfghdr.hdr = &hdr; in GetIoUnitPage2()
5369 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5446 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5555 cfg.cfghdr.hdr = &header; in mpt_readScsiDevicePageHeaders()
5564 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5565 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5574 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5575 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5629 cfg.cfghdr.hdr = &hdr; in mpt_inactive_raid_volumes()
5717 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg0()
5784 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_get_num_paths()
5856 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg1()
5952 cfg.cfghdr.hdr = &header; in mpt_findImVolumes()
6018 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_3()
6070 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_4()
6124 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_1()
6207 cfg.cfghdr.hdr = &hdr; in mpt_get_manufacturing_pg_0()
6215 if (!cfg.cfghdr.hdr->PageLength) in mpt_get_manufacturing_pg_0()
6390 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6391 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6392 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6393 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6395 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) { in mpt_config()
6396 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr; in mpt_config()
6416 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == in mpt_config()
6422 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6470 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config()
6472 pCfg->cfghdr.ehdr->ExtPageType = in mpt_config()
6475 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6476 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6477 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6478 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6512 pCfg->cfghdr.hdr->PageNumber, pCfg->action); in mpt_config()