Lines Matching defs:config_hbq_var
3124 struct config_hbq_var { struct
3126 uint32_t rsvd1 :7;
3127 uint32_t recvNotify :1; /* Receive Notification */
3128 uint32_t numMask :8; /* # Mask Entries */
3129 uint32_t profile :8; /* Selection Profile */
3130 uint32_t rsvd2 :8;
3140 uint32_t hbqId :16;
3141 uint32_t rsvd3 :12;
3142 uint32_t ringMask :4;
3144 uint32_t ringMask :4;
3145 uint32_t rsvd3 :12;
3146 uint32_t hbqId :16;
3150 uint32_t entry_count :16;
3151 uint32_t rsvd4 :8;
3152 uint32_t headerLen :8;
3154 uint32_t headerLen :8;
3155 uint32_t rsvd4 :8;
3156 uint32_t entry_count :16;
3159 uint32_t hbqaddrLow;
3160 uint32_t hbqaddrHigh;
3163 uint32_t rsvd5 :31;
3164 uint32_t logEntry :1;
3166 uint32_t logEntry :1;
3167 uint32_t rsvd5 :31;
3170 uint32_t rsvd6; /* w7 */
3171 uint32_t rsvd7; /* w8 */
3172 uint32_t rsvd8; /* w9 */
3174 struct hbq_mask hbqMasks[6];
3177 union {
3242 } profiles;