/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptsas.c | 1369 if (!hdr.ExtPageLength) { in mptsas_sas_enclosure_pg0() 1374 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * 4, in mptsas_sas_enclosure_pg0() 1401 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() 2365 hdr.ExtPageLength = 0; in mptsas_sas_io_unit_pg0() 2382 if (!hdr.ExtPageLength) { in mptsas_sas_io_unit_pg0() 2387 buffer = pci_alloc_consistent(ioc->pcidev, hdr.ExtPageLength * in mptsas_sas_io_unit_pg0() [all...] |
H A 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() 6413 pReq->ExtPageLength = 0; in mpt_config() 6427 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6448 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6500 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6501 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
H A D | mptspi.c | 283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptsas.c | 1397 if (!hdr.ExtPageLength) { in mptsas_sas_enclosure_pg0() 1402 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, in mptsas_sas_enclosure_pg0() 1429 dma_free_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, buffer, in mptsas_sas_enclosure_pg0() 2041 hdr.ExtPageLength = 0; in mptsas_get_linkerrors() 2058 if (!hdr.ExtPageLength) in mptsas_get_linkerrors() 2061 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2084 dma_free_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, buffer, in mptsas_get_linkerrors() 2393 hdr.ExtPageLength = 0; in mptsas_sas_io_unit_pg0() 2410 if (!hdr.ExtPageLength) { in mptsas_sas_io_unit_pg0() 2415 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * in mptsas_sas_io_unit_pg0() [all...] |
H A D | mptbase.c | 300 if (!hdr.ExtPageLength) in mpt_is_discovery_complete() 303 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, in mpt_is_discovery_complete() 319 dma_free_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, buffer, in mpt_is_discovery_complete() 6415 pReq->ExtPageLength = 0; in mpt_config() 6429 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6450 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6502 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6503 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
H A D | mptspi.c | 283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 325 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 330 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 1783 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt3sas_config_get_volume_handle()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 325 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 330 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 2717 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt3sas_config_get_volume_handle()
|
/kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
H A D | mpi_cnfg.h | 363 U16 ExtPageLength; /* 04h */ member 509 U16 ExtPageLength; /* 04h */ member 540 U16 ExtPageLength; /* 04h */ member
|
/kernel/linux/linux-6.6/drivers/message/fusion/lsi/ |
H A D | mpi_cnfg.h | 363 U16 ExtPageLength; /* 04h */ member 509 U16 ExtPageLength; /* 04h */ member 540 U16 ExtPageLength; /* 04h */ member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_cnfg.h | 286 U16 ExtPageLength; /*0x04 */ member 476 U16 ExtPageLength; /*0x04 */ member 511 U16 ExtPageLength; /*0x04 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_cnfg.h | 286 U16 ExtPageLength; /*0x04 */ member 476 U16 ExtPageLength; /*0x04 */ member 511 U16 ExtPageLength; /*0x04 */ member
|