Searched refs:PageLength (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptfc.c326 hdr.PageLength = 0;
339 if (hdr.PageLength <= 0)
342 data_sz = hdr.PageLength * 4;
758 hdr.PageLength = 0;
771 if (hdr.PageLength == 0)
774 data_sz = hdr.PageLength * 4;
851 hdr.PageLength = 0;
864 if (hdr.PageLength == 0)
867 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz)
894 hdr.PageLength
[all...]
H A Dmptbase.c2482 (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 *
[all...]
H A Dmptspi.c306 (IOCPage4Ptr->Header.PageLength + ii) * 4;
554 hdr.PageLength = ioc->spi_data.sdp0length;
886 hdr.PageLength = ioc->spi_data.sdp1length;
901 pg1->Header.PageLength = hdr.PageLength;
H A Dmptctl.c2505 hdr.PageLength = 0;
2517 if (cfg.cfghdr.hdr->PageLength > 0) {
2521 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma);
2531 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma);
2720 hdr.PageLength = data_sz;
2768 hdr.PageLength = 0;
2777 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) {
2780 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4;
H A Dmptsas.c667 if (!hdr.PageLength)
670 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
737 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
4233 if (!hdr.PageLength)
4236 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4,
4283 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c317 mpi_request->Header.PageLength = mpi_reply->Header.PageLength;
320 if (mpi_request->Header.PageLength)
321 mem.sz = mpi_request->Header.PageLength * 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dips.h860 uint8_t PageLength; member in struct:__anon14571
879 uint8_t PageLength; member in struct:__anon14572
902 uint8_t PageLength; member in struct:__anon14573
H A Dips.c4206 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3);
4208 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength;
4223 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4);
4225 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength;
4243 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8);
4245 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_cnfg.h138 U8 PageLength; /* 0x01 */ member in struct:_MPI2_CONFIG_PAGE_HEADER
436 * one and check Header.PageLength at runtime.
458 * one and check Header.PageLength at runtime.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h341 U8 PageLength; /* 01h */ member in struct:_CONFIG_PAGE_HEADER
625 * one and check Header.PageLength at runtime.
644 * one and check Header.PageLength at runtime.
911 * one and check Header.PageLength at runtime.
1021 * one and check Header.PageLength at runtime.
1067 * one and check Header.PageLength at runtime.
1096 * one and check Header.PageLength at runtime.
1129 * one and check Header.PageLength at runtime.
1926 * one and check Header.PageLength at runtime.
2298 * one and check Header.PageLength a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A DDAC960.h164 unsigned char PageLength; /* Byte 3 */ member in struct:DAC960_SCSI_Inquiry_UnitSerialNumber
H A DDAC960.c2214 SerialNumberLength = InquiryUnitSerialNumber->PageLength;

Completed in 193 milliseconds