Home
last modified time | relevance | path

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

/linux-3.4.99/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()
759 hdr.PageLength = 0; in mptfc_GetFcPortPage0()
772 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0()
775 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0()
852 hdr.PageLength = 0; in mptfc_WriteFcPortPage1()
865 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1()
868 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1()
895 hdr.PageLength = 0; in mptfc_GetFcPortPage1()
[all …]
Dmptbase.c2561 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery()
4967 hdr.PageLength = 0; in GetLanConfigPages()
4980 if (hdr.PageLength > 0) { in GetLanConfigPages()
4981 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5011 hdr.PageLength = 0; in GetLanConfigPages()
5023 if (hdr.PageLength == 0) in GetLanConfigPages()
5026 data_sz = hdr.PageLength * 4; in GetLanConfigPages()
5308 hdr.PageLength = 0; in GetIoUnitPage2()
5321 if (hdr.PageLength == 0) in GetIoUnitPage2()
5325 data_sz = hdr.PageLength * 4; in GetIoUnitPage2()
[all …]
Dmptspi.c306 (IOCPage4Ptr->Header.PageLength + ii) * 4; in mptspi_writeIOCPage4()
554 hdr.PageLength = ioc->spi_data.sdp0length; in mptspi_read_spi_device_pg0()
892 hdr.PageLength = ioc->spi_data.sdp1length; in mptspi_write_spi_device_pg1()
907 pg1->Header.PageLength = hdr.PageLength; in mptspi_write_spi_device_pg1()
Dmptctl.c2515 hdr.PageLength = 0; in mptctl_hp_hostinfo()
2527 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()
2531 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo()
2541 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo()
2730 hdr.PageLength = data_sz; in mptctl_hp_targetinfo()
2778 hdr.PageLength = 0; in mptctl_hp_targetinfo()
2787 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo()
2790 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()
4256 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components()
4259 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components()
4306 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_adding_inactive_raid_components()
/linux-3.4.99/drivers/scsi/
Dips.h859 uint8_t PageLength; member
878 uint8_t PageLength; member
901 uint8_t PageLength; member
Dips.c4208 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense()
4210 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense()
4225 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense()
4227 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense()
4245 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense()
4247 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_config.c316 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request()
319 if (mpi_request->Header.PageLength) in _config_request()
320 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
/linux-3.4.99/drivers/scsi/mpt2sas/mpi/
Dmpi2_cnfg.h164 U8 PageLength; /* 0x01 */ member
/linux-3.4.99/drivers/message/fusion/lsi/
Dmpi_cnfg.h341 U8 PageLength; /* 01h */ member
/linux-3.4.99/drivers/block/
DDAC960.h164 unsigned char PageLength; /* Byte 3 */ member
DDAC960.c2217 SerialNumberLength = InquiryUnitSerialNumber->PageLength; in DAC960_SanitizeInquiryData()