Searched refs:cfghdr (Results 1 – 6 of 6) sorted by relevance
295 cfg.cfghdr.ehdr = &hdr; in mpt_is_discovery_complete()4953 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()4999 cfg.cfghdr.hdr = &hdr; in GetLanConfigPages()5300 cfg.cfghdr.hdr = &hdr; in GetIoUnitPage2()5393 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()5474 cfg.cfghdr.hdr = &header; in mpt_GetScsiPortSettings()5587 cfg.cfghdr.hdr = &header; in mpt_readScsiDevicePageHeaders()5596 ioc->spi_data.sdp1version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()5597 ioc->spi_data.sdp1length = cfg.cfghdr.hdr->PageLength; in mpt_readScsiDevicePageHeaders()5606 ioc->spi_data.sdp0version = cfg.cfghdr.hdr->PageVersion; in mpt_readScsiDevicePageHeaders()[all …]
695 cfg.cfghdr.hdr = &hdr; in mptsas_add_device_component_starget_ir()1387 cfg.cfghdr.ehdr = &hdr; in mptsas_sas_enclosure_pg0()2049 cfg.cfghdr.ehdr = &hdr; in mptsas_get_linkerrors()2401 cfg.cfghdr.ehdr = &hdr; in mptsas_sas_io_unit_pg0()2475 cfg.cfghdr.ehdr = &hdr; in mptsas_sas_io_unit_pg1()2478 cfg.cfghdr.ehdr->PageType = MPI_CONFIG_PAGETYPE_EXTENDED; in mptsas_sas_io_unit_pg1()2479 cfg.cfghdr.ehdr->ExtPageType = MPI_CONFIG_EXTPAGETYPE_SAS_IO_UNIT; in mptsas_sas_io_unit_pg1()2480 cfg.cfghdr.ehdr->PageVersion = MPI_SASIOUNITPAGE1_PAGEVERSION; in mptsas_sas_io_unit_pg1()2481 cfg.cfghdr.ehdr->PageNumber = 1; in mptsas_sas_io_unit_pg1()2537 cfg.cfghdr.ehdr = &hdr; in mptsas_sas_phy_pg0()[all …]
357 cfg.cfghdr.hdr = &hdr; in mptfc_GetFcDevPage0()788 cfg.cfghdr.hdr = &hdr; in mptfc_GetFcPortPage0()883 cfg.cfghdr.hdr = &hdr; in mptfc_WriteFcPortPage1()926 cfg.cfghdr.hdr = &hdr; in mptfc_GetFcPortPage1()
2388 cfg.cfghdr.hdr = &hdr; in mptctl_hp_hostinfo()2397 if (cfg.cfghdr.hdr->PageLength > 0) { in mptctl_hp_hostinfo()2602 cfg.cfghdr.hdr = &hdr; in mptctl_hp_targetinfo()2651 cfg.cfghdr.hdr = &hdr; in mptctl_hp_targetinfo()2656 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) { in mptctl_hp_targetinfo()2659 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4; in mptctl_hp_targetinfo()
554 cfg.cfghdr.hdr = &hdr; in mptspi_read_spi_device_pg0()890 cfg.cfghdr.hdr = &hdr; in mptspi_write_spi_device_pg1()
893 } cfghdr; member