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