Lines Matching defs:ql3xxx_host_memory_registers
626 struct ql3xxx_host_memory_registers { struct
627 struct ql3xxx_common_registers CommonRegs;
629 u32 reserved[12];
632 u32 reqConsumerIndex;
633 u32 reqConsumerIndexAddrLow;
634 u32 reqConsumerIndexAddrHigh;
635 u32 reqBaseAddrLow;
636 u32 reqBaseAddrHigh;
637 u32 reqLength;
640 u32 rspProducerIndex;
641 u32 rspProducerIndexAddrLow;
642 u32 rspProducerIndexAddrHigh;
643 u32 rspBaseAddrLow;
644 u32 rspBaseAddrHigh;
645 u32 rspLength;
648 u32 rxLargeQConsumerIndex;
649 u32 rxLargeQBaseAddrLow;
650 u32 rxLargeQBaseAddrHigh;
651 u32 rxLargeQLength;
652 u32 rxLargeBufferLength;
655 u32 rxSmallQConsumerIndex;
656 u32 rxSmallQBaseAddrLow;
657 u32 rxSmallQBaseAddrHigh;
658 u32 rxSmallQLength;
659 u32 rxSmallBufferLength;