Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptfc.c317 hdr.PageLength = 0; in mptfc_GetFcDevPage0()
330 if (hdr.PageLength <= 0) in mptfc_GetFcDevPage0()
333 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0()
748 hdr.PageLength = 0; in mptfc_GetFcPortPage0()
761 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0()
764 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0()
843 hdr.PageLength = 0; in mptfc_WriteFcPortPage1()
856 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1()
859 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()
886 hdr.PageLength = 0; in mptfc_GetFcPortPage1()
[all …]
Dmptbase.c2585 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery()
4961 hdr.PageLength = 0; in GetLanConfigPages()
4974 if (hdr.PageLength > 0) { in GetLanConfigPages()
4975 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5005 hdr.PageLength = 0; in GetLanConfigPages()
5017 if (hdr.PageLength == 0) in GetLanConfigPages()
5020 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5304 hdr.PageLength = 0; in GetIoUnitPage2()
5317 if (hdr.PageLength == 0) in GetIoUnitPage2()
5321 data_sz = hdr.PageLength * 4; in GetIoUnitPage2()
[all …]
Dmptspi.c301 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
548 hdr.PageLength = ioc->spi_data.sdp0length; in mptspi_read_spi_device_pg0()
883 hdr.PageLength = ioc->spi_data.sdp1length; in mptspi_write_spi_device_pg1()
898 pg1->Header.PageLength = hdr.PageLength; in mptspi_write_spi_device_pg1()
Dmptctl.c2382 hdr.PageLength = 0; in mptctl_hp_hostinfo()
2394 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()
2398 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2408 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2591 hdr.PageLength = data_sz; in mptctl_hp_targetinfo()
2639 hdr.PageLength = 0; in mptctl_hp_targetinfo()
2648 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo()
2651 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4; in mptctl_hp_targetinfo()
Dmptsas.c702 if (!hdr.PageLength) in mptsas_add_device_component_starget_ir()
705 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_add_device_component_starget_ir()
772 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_add_device_component_starget_ir()
4271 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components()
4274 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
4321 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_adding_inactive_raid_components()
/drivers/scsi/
Dips.h840 uint8_t PageLength; member
859 uint8_t PageLength; member
882 uint8_t PageLength; member
Dips.c4124 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense()
4126 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense()
4141 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense()
4143 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense()
4161 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense()
4163 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
/drivers/scsi/mpt3sas/
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()
/drivers/scsi/aacraid/
Daachba.c206 u8 PageLength; member
1012 vpdpage83data.PageLength = in get_container_serial_callback()
1018 vpdpage83data.PageLength += in get_container_serial_callback()
/drivers/message/fusion/lsi/
Dmpi_cnfg.h342 U8 PageLength; /* 01h */ member
/drivers/scsi/mpt3sas/mpi/
Dmpi2_cnfg.h266 U8 PageLength; /*0x01 */ member