Lines Matching defs:config_hbq_var
3293 struct config_hbq_var { struct
3295 uint32_t rsvd1 :7;
3296 uint32_t recvNotify :1; /* Receive Notification */
3297 uint32_t numMask :8; /* # Mask Entries */
3298 uint32_t profile :8; /* Selection Profile */
3299 uint32_t rsvd2 :8;
3309 uint32_t hbqId :16;
3310 uint32_t rsvd3 :12;
3311 uint32_t ringMask :4;
3313 uint32_t ringMask :4;
3314 uint32_t rsvd3 :12;
3315 uint32_t hbqId :16;
3319 uint32_t entry_count :16;
3320 uint32_t rsvd4 :8;
3321 uint32_t headerLen :8;
3323 uint32_t headerLen :8;
3324 uint32_t rsvd4 :8;
3325 uint32_t entry_count :16;
3328 uint32_t hbqaddrLow;
3329 uint32_t hbqaddrHigh;
3332 uint32_t rsvd5 :31;
3333 uint32_t logEntry :1;
3335 uint32_t logEntry :1;
3336 uint32_t rsvd5 :31;
3339 uint32_t rsvd6; /* w7 */
3340 uint32_t rsvd7; /* w8 */
3341 uint32_t rsvd8; /* w9 */
3343 struct hbq_mask hbqMasks[6];
3346 union {
3411 } profiles;