Lines Matching defs:agsaQueueConfig_s
2425 typedef struct agsaQueueConfig_s struct
2427 bit16 numInboundQueues;
2428 bit16 numOutboundQueues;
2429 bit8 sasHwEventQueue[AGSA_MAX_VALID_PHYS];
2430 bit8 sataNCQErrorEventQueue[AGSA_MAX_VALID_PHYS];
2431 bit8 tgtITNexusEventQueue[AGSA_MAX_VALID_PHYS];
2432 bit8 tgtSSPEventQueue[AGSA_MAX_VALID_PHYS];
2433 bit8 tgtSMPEventQueue[AGSA_MAX_VALID_PHYS];
2434 bit8 iqNormalPriorityProcessingDepth;
2435 bit8 iqHighPriorityProcessingDepth;
2436 bit8 generalEventQueue;
2437 bit8 tgtDeviceRemovedEventQueue;
2438 bit32 queueOption;
2439 agsaQueueInbound_t inboundQueues[AGSA_MAX_INBOUND_Q];
2440 agsaQueueOutbound_t outboundQueues[AGSA_MAX_OUTBOUND_Q];