• Home
  • Raw
  • Download

Lines Matching refs:PageLength

2580 			    (ioc->lan_cnfg_page0.Header.PageLength == 0)) {  in mpt_do_ioc_recovery()
4961 hdr.PageLength = 0; in GetLanConfigPages()
4974 if (hdr.PageLength > 0) { in GetLanConfigPages()
4975 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5005 hdr.PageLength = 0; in GetLanConfigPages()
5017 if (hdr.PageLength == 0) in GetLanConfigPages()
5020 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5302 hdr.PageLength = 0; in GetIoUnitPage2()
5315 if (hdr.PageLength == 0) in GetIoUnitPage2()
5319 data_sz = hdr.PageLength * 4; in GetIoUnitPage2()
5393 header.PageLength = 0; in mpt_GetScsiPortSettings()
5405 if (header.PageLength > 0) { in mpt_GetScsiPortSettings()
5406 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma); in mpt_GetScsiPortSettings()
5462 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dma); in mpt_GetScsiPortSettings()
5470 header.PageLength = 0; in mpt_GetScsiPortSettings()
5481 if (header.PageLength > 0) { in mpt_GetScsiPortSettings()
5484 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma); in mpt_GetScsiPortSettings()
5549 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dma); in mpt_GetScsiPortSettings()
5579 header.PageLength = 0; in mpt_readScsiDevicePageHeaders()
5592 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5595 header.PageLength = 0; in mpt_readScsiDevicePageHeaders()
5602 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()
5662 if (!hdr.PageLength) in mpt_inactive_raid_volumes()
5665 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mpt_inactive_raid_volumes()
5713 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mpt_inactive_raid_volumes()
5753 if (!hdr.PageLength) { in mpt_raid_phys_disk_pg0()
5758 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mpt_raid_phys_disk_pg0()
5782 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mpt_raid_phys_disk_pg0()
5820 if (!hdr.PageLength) { in mpt_raid_phys_disk_get_num_paths()
5825 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mpt_raid_phys_disk_get_num_paths()
5846 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mpt_raid_phys_disk_get_num_paths()
5892 if (!hdr.PageLength) { in mpt_raid_phys_disk_pg1()
5897 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mpt_raid_phys_disk_pg1()
5935 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mpt_raid_phys_disk_pg1()
5976 header.PageLength = 0; in mpt_findImVolumes()
5988 if (header.PageLength == 0) in mpt_findImVolumes()
5991 iocpage2sz = header.PageLength * 4; in mpt_findImVolumes()
6042 header.PageLength = 0; in mpt_read_ioc_pg_3()
6054 if (header.PageLength == 0) in mpt_read_ioc_pg_3()
6059 iocpage3sz = header.PageLength * 4; in mpt_read_ioc_pg_3()
6094 header.PageLength = 0; in mpt_read_ioc_pg_4()
6106 if (header.PageLength == 0) in mpt_read_ioc_pg_4()
6110 iocpage4sz = (header.PageLength + 4) * 4; /* Allow 4 additional SEP's */ in mpt_read_ioc_pg_4()
6148 header.PageLength = 0; in mpt_read_ioc_pg_1()
6160 if (header.PageLength == 0) in mpt_read_ioc_pg_1()
6165 iocpage1sz = header.PageLength * 4; in mpt_read_ioc_pg_1()
6242 if (!cfg.cfghdr.hdr->PageLength) in mpt_get_manufacturing_pg_0()
6246 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mpt_get_manufacturing_pg_0()
6262 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mpt_get_manufacturing_pg_0()
6418 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength; in mpt_config()
6431 pReq->Header.PageLength = 0; in mpt_config()
6449 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6503 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength; in mpt_config()