Lines Matching defs:config_hbq_var
2668 struct config_hbq_var { struct
2670 uint32_t rsvd1 :7;
2671 uint32_t recvNotify :1; /* Receive Notification */
2672 uint32_t numMask :8; /* # Mask Entries */
2673 uint32_t profile :8; /* Selection Profile */
2674 uint32_t rsvd2 :8;
2684 uint32_t hbqId :16;
2685 uint32_t rsvd3 :12;
2686 uint32_t ringMask :4;
2688 uint32_t ringMask :4;
2689 uint32_t rsvd3 :12;
2690 uint32_t hbqId :16;
2694 uint32_t entry_count :16;
2695 uint32_t rsvd4 :8;
2696 uint32_t headerLen :8;
2698 uint32_t headerLen :8;
2699 uint32_t rsvd4 :8;
2700 uint32_t entry_count :16;
2703 uint32_t hbqaddrLow;
2704 uint32_t hbqaddrHigh;
2707 uint32_t rsvd5 :31;
2708 uint32_t logEntry :1;
2710 uint32_t logEntry :1;
2711 uint32_t rsvd5 :31;
2714 uint32_t rsvd6; /* w7 */
2715 uint32_t rsvd7; /* w8 */
2716 uint32_t rsvd8; /* w9 */
2718 struct hbq_mask hbqMasks[6];
2721 union {
2786 } profiles;