• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/

Lines Matching refs:PageLength

2482 			    (ioc->lan_cnfg_page0.Header.PageLength == 0)) {
4846 hdr.PageLength = 0;
4859 if (hdr.PageLength > 0) {
4860 data_sz = hdr.PageLength * 4;
4886 hdr.PageLength = 0;
4898 if (hdr.PageLength == 0)
4901 data_sz = hdr.PageLength * 4;
5179 hdr.PageLength = 0;
5192 if (hdr.PageLength == 0)
5196 data_sz = hdr.PageLength * 4;
5270 header.PageLength = 0;
5282 if (header.PageLength > 0) {
5283 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma);
5339 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dma);
5347 header.PageLength = 0;
5358 if (header.PageLength > 0) {
5361 pbuf = pci_alloc_consistent(ioc->pcidev, header.PageLength * 4, &buf_dma);
5426 pci_free_consistent(ioc->pcidev, header.PageLength * 4, pbuf, buf_dma);
5456 header.PageLength = 0;
5469 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength;
5472 header.PageLength = 0;
5479 ioc->spi_data.sdp0length = cfg.cfghdr.hdr->PageLength;
5539 if (!hdr.PageLength)
5542 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
5590 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
5630 if (!hdr.PageLength) {
5635 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
5659 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
5697 if (!hdr.PageLength) {
5702 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
5723 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
5769 if (!hdr.PageLength) {
5774 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
5812 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
5853 header.PageLength = 0;
5865 if (header.PageLength == 0)
5868 iocpage2sz = header.PageLength * 4;
5917 header.PageLength = 0;
5929 if (header.PageLength == 0)
5934 iocpage3sz = header.PageLength * 4;
5969 header.PageLength = 0;
5981 if (header.PageLength == 0)
5985 iocpage4sz = (header.PageLength + 4) * 4; /* Allow 4 additional SEP's */
6023 header.PageLength = 0;
6035 if (header.PageLength == 0)
6040 iocpage1sz = header.PageLength * 4;
6117 if (!cfg.cfghdr.hdr->PageLength)
6121 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma);
6137 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma);
6293 pReq->Header.PageLength = pCfg->cfghdr.hdr->PageLength;
6306 pReq->Header.PageLength = 0;
6324 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4;
6366 pCfg->cfghdr.hdr->PageLength = pReply->Header.PageLength;