Lines Matching defs:mpiHostLLConfigDescriptor_s

198 struct mpiHostLLConfigDescriptor_s  struct
200 bit32 regDumpPCIBAR;
201 bit32 iQNPPD_HPPD_GEvent; /**< inbound Queue Process depth */
206 bit32 outboundHWEventPID0_3; /**< outbound HW event for PortId 0 to 3 */
211 bit32 outboundHWEventPID4_7; /**< outbound HW event for PortId 4 to 7 */
216 bit32 outboundNCQEventPID0_3; /**< outbound NCQ event for PortId 0 to 3 */
221 bit32 outboundNCQEventPID4_7; /**< outbound NCQ event for PortId 4 to 7 */
226 bit32 outboundTargetITNexusEventPID0_3; /**< outbound target ITNexus Event for PortId 0 to 3 */
231 bit32 outboundTargetITNexusEventPID4_7; /**< outbound target ITNexus Event for PortId 4 to 7 */
236 bit32 outboundTargetSSPEventPID0_3; /**< outbound target SSP event for PordId 0 to 3 */
241 bit32 outboundTargetSSPEventPID4_7; /**< outbound target SSP event for PordId 4 to 7 */
246 bit32 ioAbortDelay; /* was reserved */ /**< io Abort delay MPI_TABLE_CHANGE */
247 bit32 custset; /**< custset */
248 bit32 upperEventLogAddress; /**< Upper physical MSGU Event log address */
249 bit32 lowerEventLogAddress; /**< Lower physical MSGU Event log address */
250 bit32 eventLogSize; /**< Size of MSGU Event log, 0 means log disable */
251 bit32 eventLogOption; /**< Option of MSGU Event log */
259 bit32 upperIOPeventLogAddress; /**< Upper physical IOP Event log address */
260 bit32 lowerIOPeventLogAddress; /**< Lower physical IOP Event log address */
261 bit32 IOPeventLogSize; /**< Size of IOP Event log, 0 means log disable */
262 bit32 IOPeventLogOption; /**< Option of IOP Event log */
270 bit32 FatalErrorInterrupt; /**< Fatal Error Interrupt enable and vector */
298 typedef struct mpiHostLLConfigDescriptor_s mpiHostLLConfigDescriptor_t; argument