Searched refs:ExtPageLength (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/message/fusion/ |
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() 2042 hdr.ExtPageLength = 0; in mptsas_get_linkerrors() 2059 if (!hdr.ExtPageLength) in mptsas_get_linkerrors() 2062 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, in mptsas_get_linkerrors() 2085 dma_free_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, buffer, in mptsas_get_linkerrors() 2394 hdr.ExtPageLength = 0; in mptsas_sas_io_unit_pg0() 2411 if (!hdr.ExtPageLength) { in mptsas_sas_io_unit_pg0() 2416 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.ExtPageLength * 4, in mptsas_sas_io_unit_pg0() [all …]
|
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() 6411 pReq->ExtPageLength = 0; in mpt_config() 6425 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6446 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6498 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6499 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
D | mptspi.c | 283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/linux-6.12.1/drivers/scsi/mpt3sas/ |
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()
|
/linux-6.12.1/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 363 U16 ExtPageLength; /* 04h */ member 509 U16 ExtPageLength; /* 04h */ member 540 U16 ExtPageLength; /* 04h */ member
|
/linux-6.12.1/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 286 U16 ExtPageLength; /*0x04 */ member 476 U16 ExtPageLength; /*0x04 */ member 511 U16 ExtPageLength; /*0x04 */ member
|