Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c2576 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery()
4953 hdr.PageLength = 0; in GetLanConfigPages()
4966 if (hdr.PageLength > 0) { in GetLanConfigPages()
4967 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
4999 hdr.PageLength = 0; in GetLanConfigPages()
5011 if (hdr.PageLength == 0) in GetLanConfigPages()
5014 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5300 hdr.PageLength = 0; in GetIoUnitPage2()
5313 if (hdr.PageLength == 0) in GetIoUnitPage2()
5317 data_sz = hdr.PageLength * 4; in GetIoUnitPage2()
[all …]
H A Dmptfc.c355 hdr.PageLength = 0; in mptfc_GetFcDevPage0()
368 if (hdr.PageLength <= 0) in mptfc_GetFcDevPage0()
371 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0()
786 hdr.PageLength = 0; in mptfc_GetFcPortPage0()
799 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0()
802 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0()
881 hdr.PageLength = 0; in mptfc_WriteFcPortPage1()
894 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1()
897 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()
924 hdr.PageLength = 0; in mptfc_GetFcPortPage1()
[all …]
H A Dmptspi.c301 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
548 hdr.PageLength = ioc->spi_data.sdp0length; in mptspi_read_spi_device_pg0()
885 hdr.PageLength = ioc->spi_data.sdp1length; in mptspi_write_spi_device_pg1()
900 pg1->Header.PageLength = hdr.PageLength; in mptspi_write_spi_device_pg1()
H A Dmptctl.c2385 hdr.PageLength = 0; in mptctl_hp_hostinfo()
2397 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()
2402 hdr.PageLength * 4, in mptctl_hp_hostinfo()
2415 hdr.PageLength * 4, pbuf, in mptctl_hp_hostinfo()
2598 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()
H A Dmptsas.c702 if (!hdr.PageLength) in mptsas_add_device_component_starget_ir()
705 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4, in mptsas_add_device_component_starget_ir()
772 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4, in mptsas_add_device_component_starget_ir()
4267 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components()
4270 buffer = dma_alloc_coherent(&ioc->pcidev->dev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
4317 dma_free_coherent(&ioc->pcidev->dev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c324 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request()
327 if (mpi_request->Header.PageLength) in _config_request()
328 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
H A Dmpt3sas_base.c5575 sz = mpi_reply.Header.PageLength * sizeof(u32); in mpt3sas_atto_init()
/linux/drivers/scsi/
H A Dips.c4103 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense()
4105 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense()
4120 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense()
4122 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense()
4140 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense()
4142 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
/linux/drivers/scsi/aacraid/
H A Daachba.c206 u8 PageLength; member
1027 vpdpage83data.PageLength = in get_container_serial_callback()
1033 vpdpage83data.PageLength += in get_container_serial_callback()
/linux/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h342 U8 PageLength; /* 01h */ member
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h267 U8 PageLength; /*0x01 */ member