Searched refs:ExtPageLength (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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() 2013 hdr.ExtPageLength = 0; in mptsas_get_linkerrors() 2030 if (!hdr.ExtPageLength) in mptsas_get_linkerrors() 2033 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2056 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2370 hdr.ExtPageLength = 0; in mptsas_sas_io_unit_pg0() 2387 if (!hdr.ExtPageLength) { in mptsas_sas_io_unit_pg0() 2392 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_sas_io_unit_pg0() [all …]
|
D | mptbase.c | 300 if (!hdr.ExtPageLength) in mpt_is_discovery_complete() 303 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mpt_is_discovery_complete() 319 pci_free_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mpt_is_discovery_complete() 6383 pReq->ExtPageLength = 0; in mpt_config() 6397 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6418 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6470 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6471 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
D | mptspi.c | 288 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 315 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 320 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 1639 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt3sas_config_get_volume_handle()
|
/linux-4.4.14/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 215 U16 ExtPageLength; /*0x04 */ member 369 U16 ExtPageLength; /*0x04 */ member 404 U16 ExtPageLength; /*0x04 */ member
|
/linux-4.4.14/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 362 U16 ExtPageLength; /* 04h */ member 508 U16 ExtPageLength; /* 04h */ member 539 U16 ExtPageLength; /* 04h */ member
|