Searched refs:ExtPageLength (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/scsi/ |
H A D | mptendian.c | 139 req->ExtPageLength = le16_to_cpu(req->ExtPageLength); in mptsas_fix_config_endianness() 147 reply->ExtPageLength = cpu_to_le16(reply->ExtPageLength); in mptsas_fix_config_reply_endianness()
|
H A D | mpi.h | 935 uint16_t ExtPageLength; /* 04h */ member 967 uint16_t ExtPageLength; /* 04h */ member
|
H A D | mptconfig.c | 894 reply.ExtPageLength = length / 4; in mptsas_process_config()
|
/openbmc/linux/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 * 4, 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()
|
/openbmc/linux/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()
|
/openbmc/linux/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
|
/openbmc/linux/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
|