Home
last modified time | relevance | path

Searched refs:PageLength (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/drivers/message/fusion/
Dmptfc.c318 hdr.PageLength = 0; in mptfc_GetFcDevPage0()
331 if (hdr.PageLength <= 0) in mptfc_GetFcDevPage0()
334 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0()
749 hdr.PageLength = 0; in mptfc_GetFcPortPage0()
762 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0()
765 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0()
842 hdr.PageLength = 0; in mptfc_WriteFcPortPage1()
855 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1()
858 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()
885 hdr.PageLength = 0; in mptfc_GetFcPortPage1()
[all …]
Dmptbase.c2586 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery()
4964 hdr.PageLength = 0; in GetLanConfigPages()
4977 if (hdr.PageLength > 0) { in GetLanConfigPages()
4978 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5008 hdr.PageLength = 0; in GetLanConfigPages()
5020 if (hdr.PageLength == 0) in GetLanConfigPages()
5023 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5305 hdr.PageLength = 0; in GetIoUnitPage2()
5318 if (hdr.PageLength == 0) in GetIoUnitPage2()
5322 data_sz = hdr.PageLength * 4; in GetIoUnitPage2()
[all …]
Dmptspi.c306 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
553 hdr.PageLength = ioc->spi_data.sdp0length; in mptspi_read_spi_device_pg0()
889 hdr.PageLength = ioc->spi_data.sdp1length; in mptspi_write_spi_device_pg1()
904 pg1->Header.PageLength = hdr.PageLength; in mptspi_write_spi_device_pg1()
Dmptctl.c2390 hdr.PageLength = 0; in mptctl_hp_hostinfo()
2402 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()
2406 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2416 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2599 hdr.PageLength = data_sz; in mptctl_hp_targetinfo()
2647 hdr.PageLength = 0; in mptctl_hp_targetinfo()
2656 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo()
2659 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4; in mptctl_hp_targetinfo()
Dmptsas.c674 if (!hdr.PageLength) in mptsas_add_device_component_starget_ir()
677 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_add_device_component_starget_ir()
744 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_add_device_component_starget_ir()
4245 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components()
4248 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
4295 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_adding_inactive_raid_components()
/linux-4.19.296/drivers/message/fusion/lsi/
Dmpi_cnfg.h342 U8 PageLength; /* 01h */ member