Searched refs:ExtPageLength (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/message/fusion/ |
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 * 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() 6412 pReq->ExtPageLength = 0; in mpt_config() 6426 pReq->ExtPageLength = cpu_to_le16(pExtHdr->ExtPageLength); in mpt_config() 6447 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config() 6499 pCfg->cfghdr.ehdr->ExtPageLength = in mpt_config() 6500 le16_to_cpu(pReply->ExtPageLength); in mpt_config()
|
D | mptspi.c | 283 pReq->ExtPageLength = 0; in mptspi_writeIOCPage4()
|
/Linux-v5.4/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 327 mpi_request->ExtPageLength = mpi_reply->ExtPageLength; in _config_request() 332 mem.sz = le16_to_cpu(mpi_reply->ExtPageLength) * 4; in _config_request() 1769 config_page_sz = (le16_to_cpu(mpi_reply.ExtPageLength) * 4); in mpt3sas_config_get_volume_handle()
|
/Linux-v5.4/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 363 U16 ExtPageLength; /* 04h */ member 509 U16 ExtPageLength; /* 04h */ member 540 U16 ExtPageLength; /* 04h */ member
|
/Linux-v5.4/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 284 U16 ExtPageLength; /*0x04 */ member 474 U16 ExtPageLength; /*0x04 */ member 509 U16 ExtPageLength; /*0x04 */ member
|