Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/message/fusion/
Dmptfc.c325 hdr.PageLength = 0; in mptfc_GetFcDevPage0()
338 if (hdr.PageLength <= 0) in mptfc_GetFcDevPage0()
341 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0()
756 hdr.PageLength = 0; in mptfc_GetFcPortPage0()
769 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0()
772 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0()
849 hdr.PageLength = 0; in mptfc_WriteFcPortPage1()
862 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1()
865 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()
892 hdr.PageLength = 0; in mptfc_GetFcPortPage1()
[all …]
Dmptbase.c2557 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery()
4958 hdr.PageLength = 0; in GetLanConfigPages()
4971 if (hdr.PageLength > 0) { in GetLanConfigPages()
4972 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5002 hdr.PageLength = 0; in GetLanConfigPages()
5014 if (hdr.PageLength == 0) in GetLanConfigPages()
5017 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5299 hdr.PageLength = 0; in GetIoUnitPage2()
5312 if (hdr.PageLength == 0) in GetIoUnitPage2()
5316 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.c2493 hdr.PageLength = 0; in mptctl_hp_hostinfo()
2505 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()
2509 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2519 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2708 hdr.PageLength = data_sz; in mptctl_hp_targetinfo()
2756 hdr.PageLength = 0; in mptctl_hp_targetinfo()
2765 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo()
2768 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()
4250 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components()
4253 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
4300 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_adding_inactive_raid_components()
/linux-4.1.27/drivers/scsi/
Dips.h858 uint8_t PageLength; member
877 uint8_t PageLength; member
900 uint8_t PageLength; member
Dips.c4136 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense()
4138 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense()
4153 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense()
4155 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense()
4173 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense()
4175 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_config.c317 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request()
320 if (mpi_request->Header.PageLength) in _config_request()
321 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_config.c318 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request()
321 if (mpi_request->Header.PageLength) in _config_request()
322 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
/linux-4.1.27/drivers/scsi/aacraid/
Daachba.c202 u8 PageLength; member
956 VPDPage83Data.PageLength = in get_container_serial_callback()
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/
Dmpi2_cnfg.h181 U8 PageLength; /*0x01 */ member
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/
Dmpi2_cnfg.h188 U8 PageLength; /* 0x01 */ member
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_cnfg.h341 U8 PageLength; /* 01h */ member
/linux-4.1.27/drivers/block/
DDAC960.h164 unsigned char PageLength; /* Byte 3 */ member
DDAC960.c2217 SerialNumberLength = InquiryUnitSerialNumber->PageLength; in DAC960_SanitizeInquiryData()