Searched refs:ExtPageLength (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 1370 if (!hdr.ExtPageLength) { in mptsas_sas_enclosure_pg0() 1375 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_sas_enclosure_pg0() 1402 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_sas_enclosure_pg0() 2014 hdr.ExtPageLength = 0; in mptsas_get_linkerrors() 2031 if (!hdr.ExtPageLength) in mptsas_get_linkerrors() 2034 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2057 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2371 hdr.ExtPageLength = 0; in mptsas_sas_io_unit_pg0() 2388 if (!hdr.ExtPageLength) { in mptsas_sas_io_unit_pg0() 2393 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_sas_io_unit_pg0() [all …]
|
D | mptbase.c | 304 if (!hdr.ExtPageLength) in mpt_is_discovery_complete() 307 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mpt_is_discovery_complete() 323 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mpt_is_discovery_complete() 6407 pReq->ExtPageLength = 0; in mpt_config() 6421 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6442 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6494 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6495 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
D | mptspi.c | 288 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_config.c | 318 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 323 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 1451 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt2sas_config_get_volume_handle()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 319 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 324 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 1609 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt3sas_config_get_volume_handle()
|
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 201 U16 ExtPageLength; /*0x04 */ member 355 U16 ExtPageLength; /*0x04 */ member 390 U16 ExtPageLength; /*0x04 */ member
|
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/ |
D | mpi2_cnfg.h | 210 U16 ExtPageLength; /* 0x04 */ member 363 U16 ExtPageLength; /* 0x04 */ member 399 U16 ExtPageLength; /* 0x04 */ member
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 362 U16 ExtPageLength; /* 04h */ member 508 U16 ExtPageLength; /* 04h */ member 539 U16 ExtPageLength; /* 04h */ member
|