Searched refs:ExtPageLength (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptsas.c1365 if (!hdr.ExtPageLength) {
1370 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
1397 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
1999 hdr.ExtPageLength = 0;
2016 if (!hdr.ExtPageLength)
2019 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
2042 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
2355 hdr.ExtPageLength = 0;
2372 if (!hdr.ExtPageLength) {
2377 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength *
[all...]
H A Dmptbase.c303 if (!hdr.ExtPageLength)
306 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
322 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
6285 pReq->ExtPageLength = 0;
6299 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength);
6320 flagsLength |= pExtHdr->ExtPageLength * 4;
6360 pCfg->cfghdr.ehdr->ExtPageLength =
6361 le16_to_cpu(pReply->ExtPageLength);
H A Dmptspi.c288 pReq->ExtPageLength = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c318 mpi_request->ExtPageLength = mpi_reply->ExtPageLength;
323 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4;
1378 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_cnfg.h160 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_EXTENDED_PAGE_HEADER
312 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_REQUEST
346 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_REPLY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h362 U16 ExtPageLength; /* 04h */ member in struct:_CONFIG_EXTENDED_PAGE_HEADER
508 U16 ExtPageLength; /* 04h */ member in struct:_MSG_CONFIG
539 U16 ExtPageLength; /* 04h */ member in struct:_MSG_CONFIG_REPLY

Completed in 211 milliseconds