Searched refs:facts (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/message/fusion/ |
D | mptbase.c | 1393 &ioc->facts, &ioc->pfacts[0])); in mpt_adapter_install() 1722 if ((ret == 0) && (!ioc->facts.EventState)) in mpt_do_ioc_recovery() 1725 if (ioc->alt_ioc && alt_ioc_ready && !ioc->alt_ioc->facts.EventState) in mpt_do_ioc_recovery() 1742 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mpt_do_ioc_recovery() 1772 if (ioc->facts.MsgVersion >= 0x0102) in mpt_do_ioc_recovery() 1929 sz = this->facts.FWImageSize; in mpt_adapter_disable() 2232 IOCFactsReply_t *facts; in GetIocFacts() local 2246 facts = &ioc->facts; in GetIocFacts() 2249 reply_sz = sizeof(*facts); in GetIocFacts() 2250 memset(facts, 0, reply_sz); in GetIocFacts() [all …]
|
D | mptctl.c | 1327 karg.FWVersion = ioc->facts.FWVersion.Word; in mptctl_getiocinfo() 1795 ioc->facts.FWImageSize = newFwSize; in mptctl_replace_fw() 2115 if ((pInit->Flags != 0) || (pInit->MaxDevices != ioc->facts.MaxDevices) || in mptctl_do_mpt_command() 2116 (pInit->MaxBuses != ioc->facts.MaxBuses) || in mptctl_do_mpt_command() 2468 karg.fw_version[0] = ioc->facts.FWVersion.Struct.Major >= 10 ? in mptctl_hp_hostinfo() 2469 ((ioc->facts.FWVersion.Struct.Major / 10) + '0') : '0'; in mptctl_hp_hostinfo() 2470 karg.fw_version[1] = (ioc->facts.FWVersion.Struct.Major % 10 ) + '0'; in mptctl_hp_hostinfo() 2472 karg.fw_version[3] = ioc->facts.FWVersion.Struct.Minor >= 10 ? in mptctl_hp_hostinfo() 2473 ((ioc->facts.FWVersion.Struct.Minor / 10) + '0') : '0'; in mptctl_hp_hostinfo() 2474 karg.fw_version[4] = (ioc->facts.FWVersion.Struct.Minor % 10 ) + '0'; in mptctl_hp_hostinfo() [all …]
|
D | mptscsih.c | 1657 for (ii=0; ii < ioc->facts.NumberOfPorts; ii++) { in mptscsih_detect() 1740 numSGE = (scale - 1) * (ioc->facts.MaxChainDepth-1) + scale + in mptscsih_detect() 1743 numSGE = 1 + (scale - 1) * (ioc->facts.MaxChainDepth-1) + scale + in mptscsih_detect() 2237 copy_info(&info, "%s%08xh, ", MPT_FW_REV_MAGIC_ID_STRING, ioc->facts.FWVersion.Word); in mptscsih_host_info() 2238 copy_info(&info, "Ports=%d, ", ioc->facts.NumberOfPorts); in mptscsih_host_info() 6634 if (hd->ioc->facts.FWVersion.Word < 0x01000600) in mptscsih_doDv() 6637 if ((hd->ioc->facts.FWVersion.Word >= 0x01010000) && in mptscsih_doDv() 6638 (hd->ioc->facts.FWVersion.Word < 0x01010B00)) in mptscsih_doDv() 6789 if ((hd->ioc->facts.FWVersion.Word >= 0x01000600) || in mptscsih_doDv() 6790 ((hd->ioc->facts.FWVersion.Word >= 0x01010000) && in mptscsih_doDv() [all …]
|
D | mptbase.h | 632 IOCFactsReply_t facts; member
|
D | mptlan.c | 1485 for (i = 0; i < curadapter->facts.NumberOfPorts; i++) { in mpt_lan_init()
|
/linux-2.4.37.9/Documentation/telephony/ |
D | ixj.txt | 100 Please let the maintainer know of any errors in facts, opinions,
|
/linux-2.4.37.9/Documentation/ |
D | smp.tex | 327 includes other facts such as whether there is an FPU on the processor. The
|
D | Configure.help | 13799 addresses and drive types; this can help to find facts in cases you
|
/linux-2.4.37.9/fs/hfs/ |
D | HFS.txt | 921 When writing your bug report, include any facts you think might be 922 relevant; I'd much rather have a bunch of extra facts than need to
|