Lines Matching defs:config_hbq_var
3295 struct config_hbq_var { struct
3297 uint32_t rsvd1 :7;
3298 uint32_t recvNotify :1; /* Receive Notification */
3299 uint32_t numMask :8; /* # Mask Entries */
3300 uint32_t profile :8; /* Selection Profile */
3301 uint32_t rsvd2 :8;
3311 uint32_t hbqId :16;
3312 uint32_t rsvd3 :12;
3313 uint32_t ringMask :4;
3315 uint32_t ringMask :4;
3316 uint32_t rsvd3 :12;
3317 uint32_t hbqId :16;
3321 uint32_t entry_count :16;
3322 uint32_t rsvd4 :8;
3323 uint32_t headerLen :8;
3325 uint32_t headerLen :8;
3326 uint32_t rsvd4 :8;
3327 uint32_t entry_count :16;
3330 uint32_t hbqaddrLow;
3331 uint32_t hbqaddrHigh;
3334 uint32_t rsvd5 :31;
3335 uint32_t logEntry :1;
3337 uint32_t logEntry :1;
3338 uint32_t rsvd5 :31;
3341 uint32_t rsvd6; /* w7 */
3342 uint32_t rsvd7; /* w8 */
3343 uint32_t rsvd8; /* w9 */
3345 struct hbq_mask hbqMasks[6];
3348 union {
3413 } profiles;