Searched refs:pInit (Results 1 – 1 of 1) sorted by relevance
2016 IOCInit_t *pInit = (IOCInit_t *) mf; in mptctl_do_mpt_command() local2030 if ((pInit->Flags != 0) || (pInit->MaxDevices != ioc->facts.MaxDevices) || in mptctl_do_mpt_command()2031 (pInit->MaxBuses != ioc->facts.MaxBuses) || in mptctl_do_mpt_command()2032 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()2033 (pInit->HostMfaHighAddr != high_addr) || in mptctl_do_mpt_command()2034 (pInit->SenseBufferHighAddr != sense_high)) { in mptctl_do_mpt_command()