Lines Matching refs:cfghdr

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