Searched refs:PageLength (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/message/fusion/ |
D | mptfc.c | 318 hdr.PageLength = 0; in mptfc_GetFcDevPage0() 331 if (hdr.PageLength <= 0) in mptfc_GetFcDevPage0() 334 data_sz = hdr.PageLength * 4; in mptfc_GetFcDevPage0() 749 hdr.PageLength = 0; in mptfc_GetFcPortPage0() 762 if (hdr.PageLength == 0) in mptfc_GetFcPortPage0() 765 data_sz = hdr.PageLength * 4; in mptfc_GetFcPortPage0() 842 hdr.PageLength = 0; in mptfc_WriteFcPortPage1() 855 if (hdr.PageLength == 0) in mptfc_WriteFcPortPage1() 858 if (hdr.PageLength*4 != ioc->fc_data.fc_port_page1[portnum].pg_sz) in mptfc_WriteFcPortPage1() 885 hdr.PageLength = 0; in mptfc_GetFcPortPage1() [all …]
|
D | mptbase.c | 2586 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery() 4964 hdr.PageLength = 0; in GetLanConfigPages() 4977 if (hdr.PageLength > 0) { in GetLanConfigPages() 4978 data_sz = hdr.PageLength * 4; in GetLanConfigPages() 5008 hdr.PageLength = 0; in GetLanConfigPages() 5020 if (hdr.PageLength == 0) in GetLanConfigPages() 5023 data_sz = hdr.PageLength * 4; in GetLanConfigPages() 5305 hdr.PageLength = 0; in GetIoUnitPage2() 5318 if (hdr.PageLength == 0) in GetIoUnitPage2() 5322 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 | 2495 hdr.PageLength = 0; in mptctl_hp_hostinfo() 2507 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo() 2511 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo() 2521 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo() 2712 hdr.PageLength = data_sz; in mptctl_hp_targetinfo() 2760 hdr.PageLength = 0; in mptctl_hp_targetinfo() 2769 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo() 2772 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() 4245 if (!hdr.PageLength) in mptsas_adding_inactive_raid_components() 4248 buffer = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, in mptsas_adding_inactive_raid_components() 4295 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, buffer, in mptsas_adding_inactive_raid_components()
|
/Linux-v4.19/drivers/scsi/ |
D | ips.h | 849 uint8_t PageLength; member 868 uint8_t PageLength; member 891 uint8_t PageLength; member
|
D | ips.c | 4117 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense() 4119 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense() 4134 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense() 4136 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense() 4154 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense() 4156 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 332 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request() 335 if (mpi_request->Header.PageLength) in _config_request() 336 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aachba.c | 221 u8 PageLength; member 1023 vpdpage83data.PageLength = in get_container_serial_callback() 1029 vpdpage83data.PageLength += in get_container_serial_callback()
|
/Linux-v4.19/drivers/message/fusion/lsi/ |
D | mpi_cnfg.h | 342 U8 PageLength; /* 01h */ member
|
/Linux-v4.19/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 247 U8 PageLength; /*0x01 */ member
|
/Linux-v4.19/drivers/block/ |
D | DAC960.h | 164 unsigned char PageLength; /* Byte 3 */ member
|
D | DAC960.c | 2215 SerialNumberLength = InquiryUnitSerialNumber->PageLength; in DAC960_SanitizeInquiryData()
|