Lines Matching refs:cfghdr

295 	cfg.cfghdr.ehdr = &hdr;  in mpt_is_discovery_complete()
4964 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5008 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()
5307 cfg.cfghdr.hdr = &hdr; in GetIoUnitPage2()
5398 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5475 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()
5584 cfg.cfghdr.hdr = &header; in mpt_readScsiDevicePageHeaders()
5593 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5594 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5603 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()
5604 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5658 cfg.cfghdr.hdr = &hdr; in mpt_inactive_raid_volumes()
5746 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg0()
5813 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_get_num_paths()
5885 cfg.cfghdr.hdr = &hdr; in mpt_raid_phys_disk_pg1()
5981 cfg.cfghdr.hdr = &header; in mpt_findImVolumes()
6046 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_3()
6098 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_4()
6152 cfg.cfghdr.hdr = &header; in mpt_read_ioc_pg_1()
6235 cfg.cfghdr.hdr = &hdr; in mpt_get_manufacturing_pg_0()
6243 if (!cfg.cfghdr.hdr->PageLength) in mpt_get_manufacturing_pg_0()
6408 pReq->Header.PageVersion = pCfg->cfghdr.hdr->PageVersion; in mpt_config()
6409 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6410 pReq->Header.PageNumber = pCfg->cfghdr.hdr->PageNumber; in mpt_config()
6411 pReq->Header.PageType = (pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK); in mpt_config()
6413 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) { in mpt_config()
6414 pExtHdr = (ConfigExtendedPageHeader_t *)pCfg->cfghdr.ehdr; in mpt_config()
6434 if ((pCfg->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == in mpt_config()
6440 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6488 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config()
6490 pCfg->cfghdr.ehdr->ExtPageType = in mpt_config()
6493 pCfg->cfghdr.hdr->PageVersion = pReply->Header.PageVersion; in mpt_config()
6494 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()
6495 pCfg->cfghdr.hdr->PageNumber = pReply->Header.PageNumber; in mpt_config()
6496 pCfg->cfghdr.hdr->PageType = pReply->Header.PageType; in mpt_config()
6530 pCfg->cfghdr.hdr->PageNumber, pCfg->action); in mpt_config()