Lines Matching refs:PageLength
2577 (ioc->lan_cnfg_page0.Header.PageLength == 0)) {
4954 hdr.PageLength = 0;
4967 if (hdr.PageLength > 0) {
4968 data_sz = hdr.PageLength * 4;
5000 hdr.PageLength = 0;
5012 if (hdr.PageLength == 0)
5015 data_sz = hdr.PageLength * 4;
5301 hdr.PageLength = 0;
5314 if (hdr.PageLength == 0)
5318 data_sz = hdr.PageLength * 4;
5394 header.PageLength = 0;
5406 if (header.PageLength > 0) {
5408 header.PageLength * 4, &buf_dma,
5466 header.PageLength * 4, pbuf,
5475 header.PageLength = 0;
5486 if (header.PageLength > 0) {
5490 header.PageLength * 4, &buf_dma,
5557 header.PageLength * 4, pbuf,
5588 header.PageLength = 0;
5601 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength;
5604 header.PageLength = 0;
5611 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength;
5671 if (!hdr.PageLength)
5674 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5722 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5762 if (!hdr.PageLength) {
5767 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5791 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5829 if (!hdr.PageLength) {
5834 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5855 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5901 if (!hdr.PageLength) {
5906 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5944 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
5985 header.PageLength = 0;
5997 if (header.PageLength == 0)
6000 iocpage2sz = header.PageLength * 4;
6051 header.PageLength = 0;
6063 if (header.PageLength == 0)
6068 iocpage3sz = header.PageLength * 4;
6104 header.PageLength = 0;
6116 if (header.PageLength == 0)
6120 iocpage4sz = (header.PageLength + 4) * 4; /* Allow 4 additional SEP's */
6160 header.PageLength = 0;
6172 if (header.PageLength == 0)
6177 iocpage1sz = header.PageLength * 4;
6255 if (!cfg.cfghdr.hdr->PageLength)
6259 pbuf = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4,
6276 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4, pbuf,
6423 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength;
6436 pReq->Header.PageLength = 0;
6454 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4;
6508 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength;