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

/drivers/message/fusion/
H A Dmptsas.c1370 if (!hdr.ExtPageLength) {
1375 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
1402 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
2013 hdr.ExtPageLength = 0;
2030 if (!hdr.ExtPageLength)
2033 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
2056 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
2370 hdr.ExtPageLength = 0;
2387 if (!hdr.ExtPageLength) {
2392 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength *
[all...]
H A Dmptbase.c304 if (!hdr.ExtPageLength)
307 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
323 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4,
6407 pReq->ExtPageLength = 0;
6421 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength);
6442 flagsLength |= pExtHdr->ExtPageLength * 4;
6494 pCfg->cfghdr.ehdr->ExtPageLength =
6495 le16_to_cpu(pReply->ExtPageLength);
H A Dmptspi.c288 pReq->ExtPageLength = 0;
/drivers/scsi/mpt2sas/
H A Dmpt2sas_config.c317 mpi_request->ExtPageLength = mpi_reply->ExtPageLength;
322 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4;
1414 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4);
/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c318 mpi_request->ExtPageLength = mpi_reply->ExtPageLength;
323 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4;
1572 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4);
/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
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_cnfg.h196 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_EXTENDED_PAGE_HEADER
349 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_REQUEST
385 U16 ExtPageLength; /* 0x04 */ member in struct:_MPI2_CONFIG_REPLY
/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h201 U16 ExtPageLength; /*0x04 */ member in struct:_MPI2_CONFIG_EXTENDED_PAGE_HEADER
355 U16 ExtPageLength; /*0x04 */ member in struct:_MPI2_CONFIG_REQUEST
390 U16 ExtPageLength; /*0x04 */ member in struct:_MPI2_CONFIG_REPLY

Completed in 313 milliseconds