Searched refs:pInit (Results 1 – 1 of 1) sorted by relevance
2020 IOCInit_t *pInit = (IOCInit_t *) mf; in mptctl_do_mpt_command() local2034 if ((pInit->Flags != 0) || (pInit->MaxDevices != ioc->facts.MaxDevices) || in mptctl_do_mpt_command()2035 (pInit->MaxBuses != ioc->facts.MaxBuses) || in mptctl_do_mpt_command()2036 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()2037 (pInit->HostMfaHighAddr != high_addr) || in mptctl_do_mpt_command()2038 (pInit->SenseBufferHighAddr != sense_high)) { in mptctl_do_mpt_command()