Lines Matching refs:cfghdr
299 cfg.cfghdr.ehdr = &hdr; in mpt_is_discovery_complete()
4961 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5005 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5302 cfg.cfghdr.hdr = &hdr; in GetIoUnitPage2()
5393 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5470 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5579 cfg.cfghdr.hdr = &header; in mpt_readScsiDevicePageHeaders()
5588 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5589 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5598 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5599 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5653 cfg.cfghdr.hdr = &hdr; in mpt_inactive_raid_volumes()
5741 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg0()
5808 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_get_num_paths()
5880 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg1()
5976 cfg.cfghdr.hdr = &header; in mpt_findImVolumes()
6042 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_3()
6094 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_4()
6148 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_1()
6231 cfg.cfghdr.hdr = &hdr; in mpt_get_manufacturing_pg_0()
6239 if (!cfg.cfghdr.hdr->PageLength) in mpt_get_manufacturing_pg_0()
6414 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6415 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6416 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6417 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6419 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) { in mpt_config()
6420 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr; in mpt_config()
6440 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == in mpt_config()
6446 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6494 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config()
6496 pCfg->cfghdr.ehdr->ExtPageType = in mpt_config()
6499 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6500 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6501 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6502 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6536 pCfg->cfghdr.hdr->PageNumber, pCfg->action); in mpt_config()