Lines Matching refs:cfghdr
295 cfg.cfghdr.ehdr = &hdr; in mpt_is_discovery_complete()
4967 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5011 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5308 cfg.cfghdr.hdr = &hdr; in GetIoUnitPage2()
5399 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5476 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5585 cfg.cfghdr.hdr = &header; in mpt_readScsiDevicePageHeaders()
5594 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5595 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5604 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5605 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5659 cfg.cfghdr.hdr = &hdr; in mpt_inactive_raid_volumes()
5747 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg0()
5814 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_get_num_paths()
5886 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg1()
5982 cfg.cfghdr.hdr = &header; in mpt_findImVolumes()
6047 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_3()
6099 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_4()
6153 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_1()
6236 cfg.cfghdr.hdr = &hdr; in mpt_get_manufacturing_pg_0()
6244 if (!cfg.cfghdr.hdr->PageLength) in mpt_get_manufacturing_pg_0()
6419 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6420 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6421 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6422 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6424 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) { in mpt_config()
6425 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr; in mpt_config()
6445 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == in mpt_config()
6451 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6499 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config()
6501 pCfg->cfghdr.ehdr->ExtPageType = in mpt_config()
6504 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6505 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6506 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6507 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6541 pCfg->cfghdr.hdr->PageNumber, pCfg->action); in mpt_config()