Lines Matching defs:config_hbq_var
2873 struct config_hbq_var { struct
2875 uint32_t rsvd1 :7;
2876 uint32_t recvNotify :1; /* Receive Notification */
2877 uint32_t numMask :8; /* # Mask Entries */
2878 uint32_t profile :8; /* Selection Profile */
2879 uint32_t rsvd2 :8;
2889 uint32_t hbqId :16;
2890 uint32_t rsvd3 :12;
2891 uint32_t ringMask :4;
2893 uint32_t ringMask :4;
2894 uint32_t rsvd3 :12;
2895 uint32_t hbqId :16;
2899 uint32_t entry_count :16;
2900 uint32_t rsvd4 :8;
2901 uint32_t headerLen :8;
2903 uint32_t headerLen :8;
2904 uint32_t rsvd4 :8;
2905 uint32_t entry_count :16;
2908 uint32_t hbqaddrLow;
2909 uint32_t hbqaddrHigh;
2912 uint32_t rsvd5 :31;
2913 uint32_t logEntry :1;
2915 uint32_t logEntry :1;
2916 uint32_t rsvd5 :31;
2919 uint32_t rsvd6; /* w7 */
2920 uint32_t rsvd7; /* w8 */
2921 uint32_t rsvd8; /* w9 */
2923 struct hbq_mask hbqMasks[6];
2926 union {
2991 } profiles;