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 | 2553 (ioc->lan_cnfg_page0.Header.PageLength == 0)) { in mpt_do_ioc_recovery() 4934 hdr.PageLength = 0; in GetLanConfigPages() 4947 if (hdr.PageLength > 0) { in GetLanConfigPages() 4948 data_sz = hdr.PageLength * 4; in GetLanConfigPages() 4978 hdr.PageLength = 0; in GetLanConfigPages() 4990 if (hdr.PageLength == 0) in GetLanConfigPages() 4993 data_sz = hdr.PageLength * 4; in GetLanConfigPages() 5275 hdr.PageLength = 0; in GetIoUnitPage2() 5288 if (hdr.PageLength == 0) in GetIoUnitPage2() 5292 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 | 2401 hdr.PageLength = 0; in mptctl_hp_hostinfo() 2413 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo() 2417 pbuf = pci_alloc_consistent(ioc->pcidev, hdr.PageLength * 4, &buf_dma); in mptctl_hp_hostinfo() 2427 pci_free_consistent(ioc->pcidev, hdr.PageLength * 4, pbuf, buf_dma); in mptctl_hp_hostinfo() 2610 hdr.PageLength = data_sz; in mptctl_hp_targetinfo() 2658 hdr.PageLength = 0; in mptctl_hp_targetinfo() 2667 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo() 2670 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 | 4133 mdata.pdata.pg3.PageLength = sizeof (IPS_SCSI_MODE_PAGE3); in ips_msense() 4135 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg3.PageLength; in ips_msense() 4150 mdata.pdata.pg4.PageLength = sizeof (IPS_SCSI_MODE_PAGE4); in ips_msense() 4152 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg4.PageLength; in ips_msense() 4170 mdata.pdata.pg8.PageLength = sizeof (IPS_SCSI_MODE_PAGE8); in ips_msense() 4172 3 + mdata.hdr.BlockDescLength + mdata.pdata.pg8.PageLength; in ips_msense()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 314 mpi_request->Header.PageLength = mpi_reply->Header.PageLength; in _config_request() 317 if (mpi_request->Header.PageLength) in _config_request() 318 mem.sz = mpi_request->Header.PageLength * 4; in _config_request()
|
/drivers/scsi/aacraid/ |
D | aachba.c | 202 u8 PageLength; member 956 VPDPage83Data.PageLength = in get_container_serial_callback()
|
/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_cnfg.h | 195 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()
|