Searched refs:PageLength (Results 1 – 13 of 13) sorted by relevance
/drivers/message/fusion/ |
D | mptfc.c | 325 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 …]
|
D | mptbase.c | 2580 (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() 5302 hdr.PageLength = 0; in GetIoUnitPage2() 5315 if (hdr.PageLength == 0) in GetIoUnitPage2() 5319 data_sz = hdr.PageLength * 4; in GetIoUnitPage2() [all …]
|
D | mptspi.c | 306 (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()
|
D | mptctl.c | 2506 hdr.PageLength = 0; in mptctl_hp_hostinfo() 2518 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo() 2522 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo() 2532 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo() 2721 hdr.PageLength = data_sz; in mptctl_hp_targetinfo() 2769 hdr.PageLength = 0; in mptctl_hp_targetinfo() 2778 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo() 2781 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4; in mptctl_hp_targetinfo()
|
D | mptsas.c | 674 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()
|
/drivers/scsi/ |
D | ips.h | 858 uint8_t PageLength; member 877 uint8_t PageLength; member 900 uint8_t PageLength; member
|
D | ips.c | 4132 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense() 4134 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense() 4149 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense() 4151 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense() 4169 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense() 4171 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 313 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request() 316 if (mpi_request->Header.PageLength) in _config_request() 317 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
|
/drivers/scsi/aacraid/ |
D | aachba.c | 202 u8 PageLength; member 951 VPDPage83Data.PageLength = in get_container_serial_callback()
|
/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 205 U8 PageLength; /*0x01 */ member
|
/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 341 U8 PageLength; /* 01h */ member
|
/drivers/block/ |
D | DAC960.h | 164 unsigned char PageLength; /* Byte 3 */ member
|
D | DAC960.c | 2217 SerialNumberLength = InquiryUnitSerialNumber->PageLength; in DAC960_SanitizeInquiryData()
|